Html Css Color HEX #B2C234 Celery

📋 copy color: '#B2C234'

red 178 ◦ green 194 ◦ blue 52

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

Shades of Celery #B2C234

Tints of Celery #B2C234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 41.98%
G = 45.75%
B = 12.26%

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

#B2C234 (or 0xB2C234) is known color: Celery. HEX triplet: B2, C2 and 34. RGB value is (178,194,52). Sum of RGB (Red+Green+Blue) = 178+194+52=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C234 is #4D3DCB. Grayscale: #ADADAD. Windows color (decimal): -5062092 or 3457714. OLE color: 3457714.

HSL color Cylindrical-coordinate representation of color #B2C234: hue angle of 66.76º degrees, saturation: 0.58, 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 #B2C234 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 52 -
CMYK 0.08 0 0.73 0.24
HSL 66.76º 0.58% 0.48% -
HSV(B) 66.76º 0.73% 0.76% -
XYZ 38.27 48.3 10.55 -
YUV 173.03 59.7 131.55 -
System Red Green Blue C M Y K H S L
Decimal 178 194 52 0.08 0 0.73 0.24 66.76 0.58 0.48
Hex B2 C2 34 8 0 49 18 43 3A 30
Octal 262 302 64 10 0 111 30 103 72 60
Binary 10110010 11000010 110100 1000 0 1001001 11000 1000011 111010 110000

Color Harmonies of #B2C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C234

Black with #B2C234

Text Example


Text Example

White with #B2C234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C234; }

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

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

background-color css

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

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

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

border-color css

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

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

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