Html Css Color HEX #B2C142 Celery

📋 copy color: '#B2C142'

red 178 ◦ green 193 ◦ blue 66

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

Shades of Celery #B2C142

Tints of Celery #B2C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

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

R = 40.73%
G = 44.16%
B = 15.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#B2C142 (or 0xB2C142) is known color: Celery. HEX triplet: B2, C1 and 42. RGB value is (178,193,66). Sum of RGB (Red+Green+Blue) = 178+193+66=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C142 is #4D3EBD. Grayscale: #AEAEAE. Windows color (decimal): -5062334 or 4374962. OLE color: 4374962.

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

Color convert

RGB 178 193 66 -
CMYK 0.08 0 0.66 0.24
HSL 67.09º 0.51% 0.51% -
HSV(B) 67.09º 0.66% 0.76% -
XYZ 38.41 48 12.39 -
YUV 174.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 178 193 66 0.08 0 0.66 0.24 67.09 0.51 0.51
Hex B2 C1 42 8 0 42 18 43 33 33
Octal 262 301 102 10 0 102 30 103 63 63
Binary 10110010 11000001 1000010 1000 0 1000010 11000 1000011 110011 110011

Color Harmonies of #B2C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C142

Black with #B2C142

Text Example


Text Example

White with #B2C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C142; }

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

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

background-color css

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

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

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

border-color css

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

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

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