Html Css Color HEX #B2CC4E Celery

📋 copy color: '#B2CC4E'

red 178 ◦ green 204 ◦ blue 78

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

Shades of Celery #B2CC4E

Tints of Celery #B2CC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.96%

R = 38.7%
G = 44.35%
B = 16.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#B2CC4E (or 0xB2CC4E) is known color: Celery. HEX triplet: B2, CC and 4E. RGB value is (178,204,78). Sum of RGB (Red+Green+Blue) = 178+204+78=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC4E is #4D33B1. Grayscale: #B6B6B6. Windows color (decimal): -5059506 or 5164210. OLE color: 5164210.

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

Color convert

RGB 178 204 78 -
CMYK 0.13 0 0.62 0.2
HSL 72.38º 0.55% 0.55% -
HSV(B) 72.38º 0.62% 0.8% -
XYZ 41.33 53.2 15.3 -
YUV 181.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 178 204 78 0.13 0 0.62 0.2 72.38 0.55 0.55
Hex B2 CC 4E D 0 3E 14 48 37 37
Octal 262 314 116 15 0 76 24 110 67 67
Binary 10110010 11001100 1001110 1101 0 111110 10100 1001000 110111 110111

Color Harmonies of #B2CC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC4E

Black with #B2CC4E

Text Example


Text Example

White with #B2CC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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