Html Css Color HEX #B2CC0D Rio Grande

📋 copy color: '#B2CC0D'

red 178 ◦ green 204 ◦ blue 13

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

Shades of Rio Grande #B2CC0D

Tints of Rio Grande #B2CC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 45.06%
G = 51.65%
B = 3.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#B2CC0D (or 0xB2CC0D) is known color: Rio Grande. HEX triplet: B2, CC and 0D. RGB value is (178,204,13). Sum of RGB (Red+Green+Blue) = 178+204+13=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CC0D is #4D33F2. Grayscale: #AFAFAF. Windows color (decimal): -5059571 or 904370. OLE color: 904370.

HSL color Cylindrical-coordinate representation of color #B2CC0D: hue angle of 68.17º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2CC0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 13 -
CMYK 0.13 0 0.94 0.2
HSL 68.17º 0.88% 0.43% -
HSV(B) 68.17º 0.94% 0.8% -
XYZ 40.03 52.68 8.44 -
YUV 174.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 178 204 13 0.13 0 0.94 0.2 68.17 0.88 0.43
Hex B2 CC D D 0 5E 14 44 58 2B
Octal 262 314 15 15 0 136 24 104 130 53
Binary 10110010 11001100 1101 1101 0 1011110 10100 1000100 1011000 101011

Color Harmonies of #B2CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC0D

Black with #B2CC0D

Text Example


Text Example

White with #B2CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC0D; }

 p { color: rgb(178,204,13); }

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

background-color css

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

 a { background-color: rgb(178,204,13); }

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

border-color css

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

 span { border-color: rgb(178,204,13); }

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