Html Css Color HEX #B2CC42 Celery

📋 copy color: '#B2CC42'

red 178 ◦ green 204 ◦ blue 66

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

Shades of Celery #B2CC42

Tints of Celery #B2CC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 39.73%
G = 45.54%
B = 14.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#B2CC42 (or 0xB2CC42) is known color: Celery. HEX triplet: B2, CC and 42. RGB value is (178,204,66). Sum of RGB (Red+Green+Blue) = 178+204+66=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC42 is #4D33BD. Grayscale: #B5B5B5. Windows color (decimal): -5059518 or 4377778. OLE color: 4377778.

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

Color convert

RGB 178 204 66 -
CMYK 0.13 0 0.68 0.2
HSL 71.3º 0.58% 0.53% -
HSV(B) 71.3º 0.68% 0.8% -
XYZ 40.94 53.04 13.24 -
YUV 180.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 178 204 66 0.13 0 0.68 0.2 71.3 0.58 0.53
Hex B2 CC 42 D 0 44 14 47 3A 35
Octal 262 314 102 15 0 104 24 107 72 65
Binary 10110010 11001100 1000010 1101 0 1000100 10100 1000111 111010 110101

Color Harmonies of #B2CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC42

Black with #B2CC42

Text Example


Text Example

White with #B2CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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