Html Css Color HEX #B2CE0D Rio Grande

📋 copy color: '#B2CE0D'

red 178 ◦ green 206 ◦ blue 13

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

Shades of Rio Grande #B2CE0D

Tints of Rio Grande #B2CE0D

RGB

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

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

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

R = 44.84%
G = 51.89%
B = 3.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#B2CE0D (or 0xB2CE0D) is known color: Rio Grande. HEX triplet: B2, CE and 0D. RGB value is (178,206,13). Sum of RGB (Red+Green+Blue) = 178+206+13=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CE0D is #4D31F2. Grayscale: #B0B0B0. Windows color (decimal): -5059059 or 904882. OLE color: 904882.

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

Color convert

RGB 178 206 13 -
CMYK 0.14 0 0.94 0.19
HSL 68.7º 0.88% 0.43% -
HSV(B) 68.7º 0.94% 0.81% -
XYZ 40.5 53.64 8.6 -
YUV 175.63 36.22 129.69 -
System Red Green Blue C M Y K H S L
Decimal 178 206 13 0.14 0 0.94 0.19 68.7 0.88 0.43
Hex B2 CE D E 0 5E 13 45 58 2B
Octal 262 316 15 16 0 136 23 105 130 53
Binary 10110010 11001110 1101 1110 0 1011110 10011 1000101 1011000 101011

Color Harmonies of #B2CE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE0D

Black with #B2CE0D

Text Example


Text Example

White with #B2CE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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