Html Css Color HEX #B5C81A Rio Grande

📋 copy color: '#B5C81A'

red 181 ◦ green 200 ◦ blue 26

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

Shades of Rio Grande #B5C81A

Tints of Rio Grande #B5C81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 44.47%
G = 49.14%
B = 6.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#B5C81A (or 0xB5C81A) is known color: Rio Grande. HEX triplet: B5, C8 and 1A. RGB value is (181,200,26). Sum of RGB (Red+Green+Blue) = 181+200+26=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C81A is #4A37E5. Grayscale: #AFAFAF. Windows color (decimal): -4863974 or 1755317. OLE color: 1755317.

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

Color convert

RGB 181 200 26 -
CMYK 0.09 0 0.87 0.22
HSL 66.55º 0.77% 0.44% -
HSV(B) 66.55º 0.87% 0.78% -
XYZ 39.9 51.21 8.76 -
YUV 174.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 181 200 26 0.09 0 0.87 0.22 66.55 0.77 0.44
Hex B5 C8 1A 9 0 57 16 43 4D 2C
Octal 265 310 32 11 0 127 26 103 115 54
Binary 10110101 11001000 11010 1001 0 1010111 10110 1000011 1001101 101100

Color Harmonies of #B5C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C81A

Black with #B5C81A

Text Example


Text Example

White with #B5C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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