Html Css Color HEX #B2CC4A Celery

📋 copy color: '#B2CC4A'

red 178 ◦ green 204 ◦ blue 74

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

Shades of Celery #B2CC4A

Tints of Celery #B2CC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 39.04%
G = 44.74%
B = 16.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#B2CC4A (or 0xB2CC4A) is known color: Celery. HEX triplet: B2, CC and 4A. RGB value is (178,204,74). Sum of RGB (Red+Green+Blue) = 178+204+74=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC4A is #4D33B5. Grayscale: #B5B5B5. Windows color (decimal): -5059510 or 4902066. OLE color: 4902066.

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

Color convert

RGB 178 204 74 -
CMYK 0.13 0 0.64 0.2
HSL 72º 0.56% 0.55% -
HSV(B) 72º 0.64% 0.8% -
XYZ 41.19 53.15 14.57 -
YUV 181.41 67.39 125.57 -
System Red Green Blue C M Y K H S L
Decimal 178 204 74 0.13 0 0.64 0.2 72 0.56 0.55
Hex B2 CC 4A D 0 40 14 48 38 37
Octal 262 314 112 15 0 100 24 110 70 67
Binary 10110010 11001100 1001010 1101 0 1000000 10100 1001000 111000 110111

Color Harmonies of #B2CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC4A

Black with #B2CC4A

Text Example


Text Example

White with #B2CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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