Html Css Color HEX #B2CE4C Celery

📋 copy color: '#B2CE4C'

red 178 ◦ green 206 ◦ blue 76

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

Shades of Celery #B2CE4C

Tints of Celery #B2CE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 38.7%
G = 44.78%
B = 16.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#B2CE4C (or 0xB2CE4C) is known color: Celery. HEX triplet: B2, CE and 4C. RGB value is (178,206,76). Sum of RGB (Red+Green+Blue) = 178+206+76=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE4C is #4D31B3. Grayscale: #B7B7B7. Windows color (decimal): -5058996 or 5033650. OLE color: 5033650.

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

Color convert

RGB 178 206 76 -
CMYK 0.14 0 0.63 0.19
HSL 72.92º 0.57% 0.55% -
HSV(B) 72.92º 0.63% 0.81% -
XYZ 41.74 54.13 15.09 -
YUV 182.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 178 206 76 0.14 0 0.63 0.19 72.92 0.57 0.55
Hex B2 CE 4C E 0 3F 13 49 39 37
Octal 262 316 114 16 0 77 23 111 71 67
Binary 10110010 11001110 1001100 1110 0 111111 10011 1001001 111001 110111

Color Harmonies of #B2CE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE4C

Black with #B2CE4C

Text Example


Text Example

White with #B2CE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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