Html Css Color HEX #B2CE12 Rio Grande

📋 copy color: '#B2CE12'

red 178 ◦ green 206 ◦ blue 18

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

Shades of Rio Grande #B2CE12

Tints of Rio Grande #B2CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.24%

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 44.28%
G = 51.24%
B = 4.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#B2CE12 (or 0xB2CE12) is known color: Rio Grande. HEX triplet: B2, CE and 12. RGB value is (178,206,18). Sum of RGB (Red+Green+Blue) = 178+206+18=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CE12 is #4D31ED. Grayscale: #B0B0B0. Windows color (decimal): -5059054 or 1232562. OLE color: 1232562.

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

Color convert

RGB 178 206 18 -
CMYK 0.14 0 0.91 0.19
HSL 68.94º 0.84% 0.44% -
HSV(B) 68.94º 0.91% 0.81% -
XYZ 40.54 53.65 8.79 -
YUV 176.2 38.72 129.29 -
System Red Green Blue C M Y K H S L
Decimal 178 206 18 0.14 0 0.91 0.19 68.94 0.84 0.44
Hex B2 CE 12 E 0 5B 13 45 54 2C
Octal 262 316 22 16 0 133 23 105 124 54
Binary 10110010 11001110 10010 1110 0 1011011 10011 1000101 1010100 101100

Color Harmonies of #B2CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE12

Black with #B2CE12

Text Example


Text Example

White with #B2CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE12; }

 p { color: rgb(178,206,18); }

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

background-color css

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

 a { background-color: rgb(178,206,18); }

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

border-color css

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

 span { border-color: rgb(178,206,18); }

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