Html Css Color HEX #B5C711 Rio Grande

📋 copy color: '#B5C711'

red 181 ◦ green 199 ◦ blue 17

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

Shades of Rio Grande #B5C711

Tints of Rio Grande #B5C711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.13%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 45.59%
G = 50.13%
B = 4.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#B5C711 (or 0xB5C711) is known color: Rio Grande. HEX triplet: B5, C7 and 11. RGB value is (181,199,17). Sum of RGB (Red+Green+Blue) = 181+199+17=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C711 is #4A38EE. Grayscale: #ADADAD. Windows color (decimal): -4864239 or 1165237. OLE color: 1165237.

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

Color convert

RGB 181 199 17 -
CMYK 0.09 0 0.91 0.22
HSL 65.93º 0.84% 0.42% -
HSV(B) 65.93º 0.91% 0.78% -
XYZ 39.58 50.71 8.23 -
YUV 172.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 181 199 17 0.09 0 0.91 0.22 65.93 0.84 0.42
Hex B5 C7 11 9 0 5B 16 42 54 2A
Octal 265 307 21 11 0 133 26 102 124 52
Binary 10110101 11000111 10001 1001 0 1011011 10110 1000010 1010100 101010

Color Harmonies of #B5C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C711

Black with #B5C711

Text Example


Text Example

White with #B5C711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C711; }

 p { color: rgb(181,199,17); }

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

background-color css

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

 a { background-color: rgb(181,199,17); }

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

border-color css

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

 span { border-color: rgb(181,199,17); }

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