Html Css Color HEX #B2C25A Celery

📋 copy color: '#B2C25A'

red 178 ◦ green 194 ◦ blue 90

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

Shades of Celery #B2C25A

Tints of Celery #B2C25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 38.53%
G = 41.99%
B = 19.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#B2C25A (or 0xB2C25A) is known color: Celery. HEX triplet: B2, C2 and 5A. RGB value is (178,194,90). Sum of RGB (Red+Green+Blue) = 178+194+90=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C25A is #4D3DA5. Grayscale: #B1B1B1. Windows color (decimal): -5062054 or 5948082. OLE color: 5948082.

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

Color convert

RGB 178 194 90 -
CMYK 0.08 0 0.54 0.24
HSL 69.23º 0.46% 0.56% -
HSV(B) 69.23º 0.54% 0.76% -
XYZ 39.5 48.79 17.01 -
YUV 177.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 178 194 90 0.08 0 0.54 0.24 69.23 0.46 0.56
Hex B2 C2 5A 8 0 36 18 45 2E 38
Octal 262 302 132 10 0 66 30 105 56 70
Binary 10110010 11000010 1011010 1000 0 110110 11000 1000101 101110 111000

Color Harmonies of #B2C25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C25A

Black with #B2C25A

Text Example


Text Example

White with #B2C25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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