Html Css Color HEX #B2C711 Rio Grande

📋 copy color: '#B2C711'

red 178 ◦ green 199 ◦ blue 17

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

Shades of Rio Grande #B2C711

Tints of Rio Grande #B2C711

RGB

 RED value IS 178 (69.92% from 255) = 45.18%

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

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

R = 45.18%
G = 50.51%
B = 4.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#B2C711 (or 0xB2C711) is known color: Rio Grande. HEX triplet: B2, C7 and 11. RGB value is (178,199,17). Sum of RGB (Red+Green+Blue) = 178+199+17=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C711 is #4D38EE. Grayscale: #ACACAC. Windows color (decimal): -5060847 or 1165234. OLE color: 1165234.

HSL color Cylindrical-coordinate representation of color #B2C711: hue angle of 66.92º 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 #B2C711 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 199 17 -
CMYK 0.11 0 0.91 0.22
HSL 66.92º 0.84% 0.42% -
HSV(B) 66.92º 0.91% 0.78% -
XYZ 38.88 50.35 8.2 -
YUV 171.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 178 199 17 0.11 0 0.91 0.22 66.92 0.84 0.42
Hex B2 C7 11 B 0 5B 16 43 54 2A
Octal 262 307 21 13 0 133 26 103 124 52
Binary 10110010 11000111 10001 1011 0 1011011 10110 1000011 1010100 101010

Color Harmonies of #B2C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C711

Black with #B2C711

Text Example


Text Example

White with #B2C711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C711; }

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

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

background-color css

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

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

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

border-color css

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

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

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