Html Css Color HEX #B2CE46 Celery

📋 copy color: '#B2CE46'

red 178 ◦ green 206 ◦ blue 70

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

Shades of Celery #B2CE46

Tints of Celery #B2CE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.42%

R = 39.21%
G = 45.37%
B = 15.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#B2CE46 (or 0xB2CE46) is known color: Celery. HEX triplet: B2, CE and 46. RGB value is (178,206,70). Sum of RGB (Red+Green+Blue) = 178+206+70=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE46 is #4D31B9. Grayscale: #B6B6B6. Windows color (decimal): -5059002 or 4640434. OLE color: 4640434.

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

Color convert

RGB 178 206 70 -
CMYK 0.14 0 0.66 0.19
HSL 72.35º 0.58% 0.54% -
HSV(B) 72.35º 0.66% 0.81% -
XYZ 41.54 54.05 14.04 -
YUV 182.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 178 206 70 0.14 0 0.66 0.19 72.35 0.58 0.54
Hex B2 CE 46 E 0 42 13 48 3A 36
Octal 262 316 106 16 0 102 23 110 72 66
Binary 10110010 11001110 1000110 1110 0 1000010 10011 1001000 111010 110110

Color Harmonies of #B2CE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE46

Black with #B2CE46

Text Example


Text Example

White with #B2CE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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