Html Css Color HEX #B2C154 Celery

📋 copy color: '#B2C154'

red 178 ◦ green 193 ◦ blue 84

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

Shades of Celery #B2C154

Tints of Celery #B2C154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.46%

R = 39.12%
G = 42.42%
B = 18.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#B2C154 (or 0xB2C154) is known color: Celery. HEX triplet: B2, C1 and 54. RGB value is (178,193,84). Sum of RGB (Red+Green+Blue) = 178+193+84=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C154 is #4D3EAB. Grayscale: #B0B0B0. Windows color (decimal): -5062316 or 5554610. OLE color: 5554610.

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

Color convert

RGB 178 193 84 -
CMYK 0.08 0 0.56 0.24
HSL 68.26º 0.47% 0.54% -
HSV(B) 68.26º 0.56% 0.76% -
XYZ 39.03 48.25 15.64 -
YUV 176.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 178 193 84 0.08 0 0.56 0.24 68.26 0.47 0.54
Hex B2 C1 54 8 0 38 18 44 2F 36
Octal 262 301 124 10 0 70 30 104 57 66
Binary 10110010 11000001 1010100 1000 0 111000 11000 1000100 101111 110110

Color Harmonies of #B2C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C154

Black with #B2C154

Text Example


Text Example

White with #B2C154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C154; }

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

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

background-color css

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

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

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

border-color css

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

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

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