Html Css Color HEX #B2CC41 Celery

📋 copy color: '#B2CC41'

red 178 ◦ green 204 ◦ blue 65

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

Shades of Celery #B2CC41

Tints of Celery #B2CC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 39.82%
G = 45.64%
B = 14.54%

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

#B2CC41 (or 0xB2CC41) is known color: Celery. HEX triplet: B2, CC and 41. RGB value is (178,204,65). Sum of RGB (Red+Green+Blue) = 178+204+65=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC41 is #4D33BE. Grayscale: #B4B4B4. Windows color (decimal): -5059519 or 4312242. OLE color: 4312242.

HSL color Cylindrical-coordinate representation of color #B2CC41: hue angle of 71.22º degrees, saturation: 0.58, 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 #B2CC41 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 65 -
CMYK 0.13 0 0.68 0.2
HSL 71.22º 0.58% 0.53% -
HSV(B) 71.22º 0.68% 0.8% -
XYZ 40.91 53.03 13.08 -
YUV 180.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 178 204 65 0.13 0 0.68 0.2 71.22 0.58 0.53
Hex B2 CC 41 D 0 44 14 47 3A 35
Octal 262 314 101 15 0 104 24 107 72 65
Binary 10110010 11001100 1000001 1101 0 1000100 10100 1000111 111010 110101

Color Harmonies of #B2CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC41

Black with #B2CC41

Text Example


Text Example

White with #B2CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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