Html Css Color HEX #B2CC46 Celery

📋 copy color: '#B2CC46'

red 178 ◦ green 204 ◦ blue 70

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

Shades of Celery #B2CC46

Tints of Celery #B2CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

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

R = 39.38%
G = 45.13%
B = 15.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#B2CC46 (or 0xB2CC46) is known color: Celery. HEX triplet: B2, CC and 46. RGB value is (178,204,70). Sum of RGB (Red+Green+Blue) = 178+204+70=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC46 is #4D33B9. Grayscale: #B5B5B5. Windows color (decimal): -5059514 or 4639922. OLE color: 4639922.

HSL color Cylindrical-coordinate representation of color #B2CC46: hue angle of 71.64º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2CC46 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 70 -
CMYK 0.13 0 0.66 0.2
HSL 71.64º 0.57% 0.54% -
HSV(B) 71.64º 0.66% 0.8% -
XYZ 41.06 53.09 13.88 -
YUV 180.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 178 204 70 0.13 0 0.66 0.2 71.64 0.57 0.54
Hex B2 CC 46 D 0 42 14 48 39 36
Octal 262 314 106 15 0 102 24 110 71 66
Binary 10110010 11001100 1000110 1101 0 1000010 10100 1001000 111001 110110

Color Harmonies of #B2CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC46

Black with #B2CC46

Text Example


Text Example

White with #B2CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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