Html Css Color HEX #B0C334 Celery

📋 copy color: '#B0C334'

red 176 ◦ green 195 ◦ blue 52

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

Shades of Celery #B0C334

Tints of Celery #B0C334

RGB

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

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

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

R = 41.61%
G = 46.1%
B = 12.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#B0C334 (or 0xB0C334) is known color: Celery. HEX triplet: B0, C3 and 34. RGB value is (176,195,52). Sum of RGB (Red+Green+Blue) = 176+195+52=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C334 is #4F3CCB. Grayscale: #ADADAD. Windows color (decimal): -5192908 or 3457968. OLE color: 3457968.

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

Color convert

RGB 176 195 52 -
CMYK 0.10 0 0.73 0.24
HSL 67.97º 0.58% 0.48% -
HSV(B) 67.97º 0.73% 0.76% -
XYZ 38.04 48.51 10.61 -
YUV 173.02 59.71 130.13 -
System Red Green Blue C M Y K H S L
Decimal 176 195 52 0.10 0 0.73 0.24 67.97 0.58 0.48
Hex B0 C3 34 A 0 49 18 44 3A 30
Octal 260 303 64 12 0 111 30 104 72 60
Binary 10110000 11000011 110100 1010 0 1001001 11000 1000100 111010 110000

Color Harmonies of #B0C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C334

Black with #B0C334

Text Example


Text Example

White with #B0C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C334; }

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

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

background-color css

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

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

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

border-color css

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

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

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