Html Css Color HEX #B8D619 Rio Grande

📋 copy color: '#B8D619'

red 184 ◦ green 214 ◦ blue 25

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

Shades of Rio Grande #B8D619

Tints of Rio Grande #B8D619

RGB

 RED value IS 184 (72.27% from 255) = 43.5%

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

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 43.5%
G = 50.59%
B = 5.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#B8D619 (or 0xB8D619) is known color: Rio Grande. HEX triplet: B8, D6 and 19. RGB value is (184,214,25). Sum of RGB (Red+Green+Blue) = 184+214+25=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D619 is #4729E6. Grayscale: #B8B8B8. Windows color (decimal): -4663783 or 1693368. OLE color: 1693368.

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

Color convert

RGB 184 214 25 -
CMYK 0.14 0 0.88 0.16
HSL 69.52º 0.79% 0.47% -
HSV(B) 69.52º 0.88% 0.84% -
XYZ 43.99 58.35 9.86 -
YUV 183.48 38.56 128.37 -
System Red Green Blue C M Y K H S L
Decimal 184 214 25 0.14 0 0.88 0.16 69.52 0.79 0.47
Hex B8 D6 19 E 0 58 10 46 4F 2F
Octal 270 326 31 16 0 130 20 106 117 57
Binary 10111000 11010110 11001 1110 0 1011000 10000 1000110 1001111 101111

Color Harmonies of #B8D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D619

Black with #B8D619

Text Example


Text Example

White with #B8D619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D619; }

 p { color: rgb(184,214,25); }

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

background-color css

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

 a { background-color: rgb(184,214,25); }

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

border-color css

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

 span { border-color: rgb(184,214,25); }

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