Html Css Color HEX #B2C135 Celery

📋 copy color: '#B2C135'

red 178 ◦ green 193 ◦ blue 53

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

Shades of Celery #B2C135

Tints of Celery #B2C135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.5%

R = 41.98%
G = 45.52%
B = 12.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#B2C135 (or 0xB2C135) is known color: Celery. HEX triplet: B2, C1 and 35. RGB value is (178,193,53). Sum of RGB (Red+Green+Blue) = 178+193+53=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C135 is #4D3ECA. Grayscale: #ADADAD. Windows color (decimal): -5062347 or 3522994. OLE color: 3522994.

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

Color convert

RGB 178 193 53 -
CMYK 0.08 0 0.73 0.24
HSL 66.43º 0.57% 0.48% -
HSV(B) 66.43º 0.73% 0.76% -
XYZ 38.07 47.86 10.6 -
YUV 172.56 60.53 131.88 -
System Red Green Blue C M Y K H S L
Decimal 178 193 53 0.08 0 0.73 0.24 66.43 0.57 0.48
Hex B2 C1 35 8 0 49 18 42 39 30
Octal 262 301 65 10 0 111 30 102 71 60
Binary 10110010 11000001 110101 1000 0 1001001 11000 1000010 111001 110000

Color Harmonies of #B2C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C135

Black with #B2C135

Text Example


Text Example

White with #B2C135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C135; }

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

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

background-color css

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

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

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

border-color css

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

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

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