Html Css Color HEX #B0CC1C Rio Grande

📋 copy color: '#B0CC1C'

red 176 ◦ green 204 ◦ blue 28

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

Shades of Rio Grande #B0CC1C

Tints of Rio Grande #B0CC1C

RGB

 RED value IS 176 (69.14% from 255) = 43.14%

 GREEN value IS 204 (80.08% from 255) = 50%

 BLUE value IS 28 (11.33% from 255) = 6.86%

R = 43.14%
G = 50%
B = 6.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#B0CC1C (or 0xB0CC1C) is known color: Rio Grande. HEX triplet: B0, CC and 1C. RGB value is (176,204,28). Sum of RGB (Red+Green+Blue) = 176+204+28=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC1C is #4F33E3. Grayscale: #B0B0B0. Windows color (decimal): -5190628 or 1887408. OLE color: 1887408.

HSL color Cylindrical-coordinate representation of color #B0CC1C: hue angle of 69.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0CC1C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 28 -
CMYK 0.14 0 0.86 0.2
HSL 69.55º 0.76% 0.45% -
HSV(B) 69.55º 0.86% 0.8% -
XYZ 39.71 52.5 9.14 -
YUV 175.56 44.72 128.31 -
System Red Green Blue C M Y K H S L
Decimal 176 204 28 0.14 0 0.86 0.2 69.55 0.76 0.45
Hex B0 CC 1C E 0 56 14 46 4C 2D
Octal 260 314 34 16 0 126 24 106 114 55
Binary 10110000 11001100 11100 1110 0 1010110 10100 1000110 1001100 101101

Color Harmonies of #B0CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC1C

Black with #B0CC1C

Text Example


Text Example

White with #B0CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC1C; }

 p { color: rgb(176,204,28); }

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

background-color css

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

 a { background-color: rgb(176,204,28); }

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

border-color css

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

 span { border-color: rgb(176,204,28); }

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