Html Css Color HEX #B2CD0C Rio Grande

📋 copy color: '#B2CD0C'

red 178 ◦ green 205 ◦ blue 12

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

Shades of Rio Grande #B2CD0C

Tints of Rio Grande #B2CD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 45.06%
G = 51.9%
B = 3.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#B2CD0C (or 0xB2CD0C) is known color: Rio Grande. HEX triplet: B2, CD and 0C. RGB value is (178,205,12). Sum of RGB (Red+Green+Blue) = 178+205+12=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CD0C is #4D32F3. Grayscale: #AFAFAF. Windows color (decimal): -5059316 or 839090. OLE color: 839090.

HSL color Cylindrical-coordinate representation of color #B2CD0C: hue angle of 68.39º degrees, saturation: 0.89, 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 #B2CD0C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 12 -
CMYK 0.13 0 0.94 0.20
HSL 68.39º 0.89% 0.43% -
HSV(B) 68.39º 0.94% 0.8% -
XYZ 40.26 53.15 8.49 -
YUV 174.93 36.05 130.19 -
System Red Green Blue C M Y K H S L
Decimal 178 205 12 0.13 0 0.94 0.20 68.39 0.89 0.43
Hex B2 CD C D 0 5E 14 44 59 2B
Octal 262 315 14 15 0 136 24 104 131 53
Binary 10110010 11001101 1100 1101 0 1011110 10100 1000100 1011001 101011

Color Harmonies of #B2CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD0C

Black with #B2CD0C

Text Example


Text Example

White with #B2CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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