Html Css Color HEX #B9D618 Rio Grande

📋 copy color: '#B9D618'

red 185 ◦ green 214 ◦ blue 24

#B9D618
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B9D618

Tints of Rio Grande #B9D618

RGB

 RED value IS 185 (72.66% from 255) = 43.74%

 GREEN value IS 214 (83.98% from 255) = 50.59%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 43.74%
G = 50.59%
B = 5.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9D618 (or 0xB9D618) is known color: Rio Grande. HEX triplet: B9, D6 and 18. RGB value is (185,214,24). Sum of RGB (Red+Green+Blue) = 185+214+24=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D618 is #4629E7. Grayscale: #B8B8B8. Windows color (decimal): -4598248 or 1627833. OLE color: 1627833.

HSL color Cylindrical-coordinate representation of color #B9D618: hue angle of 69.16º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9D618 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 214 24 -
CMYK 0.14 0 0.89 0.16
HSL 69.16º 0.8% 0.47% -
HSV(B) 69.16º 0.89% 0.84% -
XYZ 44.22 58.47 9.82 -
YUV 183.67 37.89 128.95 -
System Red Green Blue C M Y K H S L
Decimal 185 214 24 0.14 0 0.89 0.16 69.16 0.8 0.47
Hex B9 D6 18 E 0 59 10 45 50 2F
Octal 271 326 30 16 0 131 20 105 120 57
Binary 10111001 11010110 11000 1110 0 1011001 10000 1000101 1010000 101111

Color Harmonies of #B9D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D618

Black with #B9D618

Text Example


Text Example

White with #B9D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D618; }

 p { color: rgb(185,214,24); }

 H1.HeaderClassName
 {
   color: #B9D618;
 }
 .AnyTagClassName
 {
   color: #B9D618;
 }
</style>

background-color css

<style>
 a { background-color: #B9D618; }

 a { background-color: rgb(185,214,24); }

 div.DivClassName
 {
   background-color: #B9D618;
 }
 .BgClassName
 {
   background-color: #B9D618;
 }
</style>

border-color css

<style>
 span { border-color: #B9D618; }

 span { border-color: rgb(185,214,24); }

 td.TdClassName
 {
   border-color: #B9D618;
 }
 .TagClassName
 {
   border-color: #B9D618;
 }
</style>