Html Css Color HEX #B2C24B Celery

📋 copy color: '#B2C24B'

red 178 ◦ green 194 ◦ blue 75

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

Shades of Celery #B2C24B

Tints of Celery #B2C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.4%

 BLUE value IS 75 (29.69% from 255) = 16.78%

R = 39.82%
G = 43.4%
B = 16.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#B2C24B (or 0xB2C24B) is known color: Celery. HEX triplet: B2, C2 and 4B. RGB value is (178,194,75). Sum of RGB (Red+Green+Blue) = 178+194+75=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C24B is #4D3DB4. Grayscale: #B0B0B0. Windows color (decimal): -5062069 or 4965042. OLE color: 4965042.

HSL color Cylindrical-coordinate representation of color #B2C24B: hue angle of 68.07º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2C24B is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 75 -
CMYK 0.08 0 0.61 0.24
HSL 68.07º 0.49% 0.53% -
HSV(B) 68.07º 0.61% 0.76% -
XYZ 38.92 48.56 13.98 -
YUV 175.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 178 194 75 0.08 0 0.61 0.24 68.07 0.49 0.53
Hex B2 C2 4B 8 0 3D 18 44 31 35
Octal 262 302 113 10 0 75 30 104 61 65
Binary 10110010 11000010 1001011 1000 0 111101 11000 1000100 110001 110101

Color Harmonies of #B2C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C24B

Black with #B2C24B

Text Example


Text Example

White with #B2C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C24B; }

 p { color: rgb(178,194,75); }

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

background-color css

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

 a { background-color: rgb(178,194,75); }

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

border-color css

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

 span { border-color: rgb(178,194,75); }

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