Html Css Color HEX #B0CC13 Rio Grande

📋 copy color: '#B0CC13'

red 176 ◦ green 204 ◦ blue 19

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

Shades of Rio Grande #B0CC13

Tints of Rio Grande #B0CC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 44.11%
G = 51.13%
B = 4.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#B0CC13 (or 0xB0CC13) is known color: Rio Grande. HEX triplet: B0, CC and 13. RGB value is (176,204,19). Sum of RGB (Red+Green+Blue) = 176+204+19=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CC13 is #4F33EC. Grayscale: #AFAFAF. Windows color (decimal): -5190637 or 1297584. OLE color: 1297584.

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

Color convert

RGB 176 204 19 -
CMYK 0.14 0 0.91 0.2
HSL 69.08º 0.83% 0.44% -
HSV(B) 69.08º 0.91% 0.8% -
XYZ 39.61 52.46 8.65 -
YUV 174.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 176 204 19 0.14 0 0.91 0.2 69.08 0.83 0.44
Hex B0 CC 13 E 0 5B 14 45 53 2C
Octal 260 314 23 16 0 133 24 105 123 54
Binary 10110000 11001100 10011 1110 0 1011011 10100 1000101 1010011 101100

Color Harmonies of #B0CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC13

Black with #B0CC13

Text Example


Text Example

White with #B0CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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