Html Css Color HEX #B5C114 Rio Grande

📋 copy color: '#B5C114'

red 181 ◦ green 193 ◦ blue 20

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

Shades of Rio Grande #B5C114

Tints of Rio Grande #B5C114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 45.94%
G = 48.98%
B = 5.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#B5C114 (or 0xB5C114) is known color: Rio Grande. HEX triplet: B5, C1 and 14. RGB value is (181,193,20). Sum of RGB (Red+Green+Blue) = 181+193+20=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C114 is #4A3EEB. Grayscale: #AAAAAA. Windows color (decimal): -4865772 or 1360309. OLE color: 1360309.

HSL color Cylindrical-coordinate representation of color #B5C114: hue angle of 64.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5C114 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 193 20 -
CMYK 0.06 0 0.90 0.24
HSL 64.16º 0.81% 0.42% -
HSV(B) 64.16º 0.9% 0.76% -
XYZ 38.25 48.01 7.91 -
YUV 169.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 181 193 20 0.06 0 0.90 0.24 64.16 0.81 0.42
Hex B5 C1 14 6 0 5A 18 40 51 2A
Octal 265 301 24 6 0 132 30 100 121 52
Binary 10110101 11000001 10100 110 0 1011010 11000 1000000 1010001 101010

Color Harmonies of #B5C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C114

Black with #B5C114

Text Example


Text Example

White with #B5C114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C114; }

 p { color: rgb(181,193,20); }

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

background-color css

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

 a { background-color: rgb(181,193,20); }

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

border-color css

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

 span { border-color: rgb(181,193,20); }

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