Html Css Color HEX #B5C81C Rio Grande

📋 copy color: '#B5C81C'

red 181 ◦ green 200 ◦ blue 28

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

Shades of Rio Grande #B5C81C

Tints of Rio Grande #B5C81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 44.25%
G = 48.9%
B = 6.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#B5C81C (or 0xB5C81C) is known color: Rio Grande. HEX triplet: B5, C8 and 1C. RGB value is (181,200,28). Sum of RGB (Red+Green+Blue) = 181+200+28=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C81C is #4A37E3. Grayscale: #AFAFAF. Windows color (decimal): -4863972 or 1886389. OLE color: 1886389.

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

Color convert

RGB 181 200 28 -
CMYK 0.09 0 0.86 0.22
HSL 66.63º 0.75% 0.45% -
HSV(B) 66.63º 0.86% 0.78% -
XYZ 39.92 51.22 8.88 -
YUV 174.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 181 200 28 0.09 0 0.86 0.22 66.63 0.75 0.45
Hex B5 C8 1C 9 0 56 16 43 4B 2D
Octal 265 310 34 11 0 126 26 103 113 55
Binary 10110101 11001000 11100 1001 0 1010110 10110 1000011 1001011 101101

Color Harmonies of #B5C81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C81C

Black with #B5C81C

Text Example


Text Example

White with #B5C81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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