Html Css Color HEX #B0C053 Celery

📋 copy color: '#B0C053'

red 176 ◦ green 192 ◦ blue 83

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

Shades of Celery #B0C053

Tints of Celery #B0C053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 39.02%
G = 42.57%
B = 18.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#B0C053 (or 0xB0C053) is known color: Celery. HEX triplet: B0, C0 and 53. RGB value is (176,192,83). Sum of RGB (Red+Green+Blue) = 176+192+83=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C053 is #4F3FAC. Grayscale: #AFAFAF. Windows color (decimal): -5193645 or 5488816. OLE color: 5488816.

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

Color convert

RGB 176 192 83 -
CMYK 0.08 0 0.57 0.25
HSL 68.81º 0.46% 0.54% -
HSV(B) 68.81º 0.57% 0.75% -
XYZ 38.32 47.55 15.34 -
YUV 174.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 176 192 83 0.08 0 0.57 0.25 68.81 0.46 0.54
Hex B0 C0 53 8 0 39 19 45 2E 36
Octal 260 300 123 10 0 71 31 105 56 66
Binary 10110000 11000000 1010011 1000 0 111001 11001 1000101 101110 110110

Color Harmonies of #B0C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C053

Black with #B0C053

Text Example


Text Example

White with #B0C053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C053; }

 p { color: rgb(176,192,83); }

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

background-color css

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

 a { background-color: rgb(176,192,83); }

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

border-color css

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

 span { border-color: rgb(176,192,83); }

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