Html Css Color HEX #B5C819 Rio Grande

📋 copy color: '#B5C819'

red 181 ◦ green 200 ◦ blue 25

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

Shades of Rio Grande #B5C819

Tints of Rio Grande #B5C819

RGB

 RED value IS 181 (71.09% from 255) = 44.58%

 GREEN value IS 200 (78.52% from 255) = 49.26%

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

R = 44.58%
G = 49.26%
B = 6.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#B5C819 (or 0xB5C819) is known color: Rio Grande. HEX triplet: B5, C8 and 19. RGB value is (181,200,25). Sum of RGB (Red+Green+Blue) = 181+200+25=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C819 is #4A37E6. Grayscale: #AFAFAF. Windows color (decimal): -4863975 or 1689781. OLE color: 1689781.

HSL color Cylindrical-coordinate representation of color #B5C819: hue angle of 66.51º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5C819 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 200 25 -
CMYK 0.09 0 0.88 0.22
HSL 66.51º 0.78% 0.44% -
HSV(B) 66.51º 0.88% 0.78% -
XYZ 39.89 51.2 8.7 -
YUV 174.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 181 200 25 0.09 0 0.88 0.22 66.51 0.78 0.44
Hex B5 C8 19 9 0 58 16 43 4E 2C
Octal 265 310 31 11 0 130 26 103 116 54
Binary 10110101 11001000 11001 1001 0 1011000 10110 1000011 1001110 101100

Color Harmonies of #B5C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C819

Black with #B5C819

Text Example


Text Example

White with #B5C819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C819; }

 p { color: rgb(181,200,25); }

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

background-color css

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

 a { background-color: rgb(181,200,25); }

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

border-color css

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

 span { border-color: rgb(181,200,25); }

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