Html Css Color HEX #B5C81B Rio Grande

📋 copy color: '#B5C81B'

red 181 ◦ green 200 ◦ blue 27

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

Shades of Rio Grande #B5C81B

Tints of Rio Grande #B5C81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.62%

R = 44.36%
G = 49.02%
B = 6.62%

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

#B5C81B (or 0xB5C81B) is known color: Rio Grande. HEX triplet: B5, C8 and 1B. RGB value is (181,200,27). Sum of RGB (Red+Green+Blue) = 181+200+27=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C81B is #4A37E4. Grayscale: #AFAFAF. Windows color (decimal): -4863973 or 1820853. OLE color: 1820853.

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

Color convert

RGB 181 200 27 -
CMYK 0.09 0 0.86 0.22
HSL 66.59º 0.76% 0.45% -
HSV(B) 66.59º 0.87% 0.78% -
XYZ 39.91 51.21 8.82 -
YUV 174.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 181 200 27 0.09 0 0.86 0.22 66.59 0.76 0.45
Hex B5 C8 1B 9 0 56 16 43 4C 2D
Octal 265 310 33 11 0 126 26 103 114 55
Binary 10110101 11001000 11011 1001 0 1010110 10110 1000011 1001100 101101

Color Harmonies of #B5C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C81B

Black with #B5C81B

Text Example


Text Example

White with #B5C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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