Html Css Color HEX #B0C34A Celery

📋 copy color: '#B0C34A'

red 176 ◦ green 195 ◦ blue 74

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

Shades of Celery #B0C34A

Tints of Celery #B0C34A

RGB

 RED value IS 176 (69.14% from 255) = 39.55%

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 39.55%
G = 43.82%
B = 16.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#B0C34A (or 0xB0C34A) is known color: Celery. HEX triplet: B0, C3 and 4A. RGB value is (176,195,74). Sum of RGB (Red+Green+Blue) = 176+195+74=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C34A is #4F3CB5. Grayscale: #AFAFAF. Windows color (decimal): -5192886 or 4899760. OLE color: 4899760.

HSL color Cylindrical-coordinate representation of color #B0C34A: hue angle of 69.42º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0C34A is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 74 -
CMYK 0.10 0 0.62 0.24
HSL 69.42º 0.5% 0.53% -
HSV(B) 69.42º 0.62% 0.76% -
XYZ 38.66 48.75 13.85 -
YUV 175.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 176 195 74 0.10 0 0.62 0.24 69.42 0.5 0.53
Hex B0 C3 4A A 0 3E 18 45 32 35
Octal 260 303 112 12 0 76 30 105 62 65
Binary 10110000 11000011 1001010 1010 0 111110 11000 1000101 110010 110101

Color Harmonies of #B0C34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C34A

Black with #B0C34A

Text Example


Text Example

White with #B0C34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C34A; }

 p { color: rgb(176,195,74); }

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

background-color css

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

 a { background-color: rgb(176,195,74); }

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

border-color css

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

 span { border-color: rgb(176,195,74); }

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