Html Css Color HEX #B2C04C Celery

📋 copy color: '#B2C04C'

red 178 ◦ green 192 ◦ blue 76

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

Shades of Celery #B2C04C

Tints of Celery #B2C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 39.91%
G = 43.05%
B = 17.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#B2C04C (or 0xB2C04C) is known color: Celery. HEX triplet: B2, C0 and 4C. RGB value is (178,192,76). Sum of RGB (Red+Green+Blue) = 178+192+76=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C04C is #4D3FB3. Grayscale: #AFAFAF. Windows color (decimal): -5062580 or 5030066. OLE color: 5030066.

HSL color Cylindrical-coordinate representation of color #B2C04C: hue angle of 67.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C04C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 76 -
CMYK 0.07 0 0.60 0.25
HSL 67.24º 0.48% 0.53% -
HSV(B) 67.24º 0.6% 0.75% -
XYZ 38.51 47.69 14.01 -
YUV 174.59 72.36 130.43 -
System Red Green Blue C M Y K H S L
Decimal 178 192 76 0.07 0 0.60 0.25 67.24 0.48 0.53
Hex B2 C0 4C 7 0 3C 19 43 30 35
Octal 262 300 114 7 0 74 31 103 60 65
Binary 10110010 11000000 1001100 111 0 111100 11001 1000011 110000 110101

Color Harmonies of #B2C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C04C

Black with #B2C04C

Text Example


Text Example

White with #B2C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C04C; }

 p { color: rgb(178,192,76); }

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

background-color css

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

 a { background-color: rgb(178,192,76); }

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

border-color css

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

 span { border-color: rgb(178,192,76); }

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