Html Css Color HEX #B2CD0B Rio Grande

📋 copy color: '#B2CD0B'

red 178 ◦ green 205 ◦ blue 11

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

Shades of Rio Grande #B2CD0B

Tints of Rio Grande #B2CD0B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.03%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 45.18%
G = 52.03%
B = 2.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#B2CD0B (or 0xB2CD0B) is known color: Rio Grande. HEX triplet: B2, CD and 0B. RGB value is (178,205,11). Sum of RGB (Red+Green+Blue) = 178+205+11=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CD0B is #4D32F4. Grayscale: #AFAFAF. Windows color (decimal): -5059317 or 773554. OLE color: 773554.

HSL color Cylindrical-coordinate representation of color #B2CD0B: hue angle of 68.35º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2CD0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 11 -
CMYK 0.13 0 0.95 0.20
HSL 68.35º 0.9% 0.42% -
HSV(B) 68.35º 0.95% 0.8% -
XYZ 40.25 53.15 8.45 -
YUV 174.81 35.55 130.27 -
System Red Green Blue C M Y K H S L
Decimal 178 205 11 0.13 0 0.95 0.20 68.35 0.9 0.42
Hex B2 CD B D 0 5F 14 44 5A 2A
Octal 262 315 13 15 0 137 24 104 132 52
Binary 10110010 11001101 1011 1101 0 1011111 10100 1000100 1011010 101010

Color Harmonies of #B2CD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD0B

Black with #B2CD0B

Text Example


Text Example

White with #B2CD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD0B; }

 p { color: rgb(178,205,11); }

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

background-color css

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

 a { background-color: rgb(178,205,11); }

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

border-color css

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

 span { border-color: rgb(178,205,11); }

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