Html Css Color HEX #B0C153 Celery

📋 copy color: '#B0C153'

red 176 ◦ green 193 ◦ blue 83

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

Shades of Celery #B0C153

Tints of Celery #B0C153

RGB

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

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

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

R = 38.94%
G = 42.7%
B = 18.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#B0C153 (or 0xB0C153) is known color: Celery. HEX triplet: B0, C1 and 53. RGB value is (176,193,83). Sum of RGB (Red+Green+Blue) = 176+193+83=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C153 is #4F3EAC. Grayscale: #AFAFAF. Windows color (decimal): -5193389 or 5489072. OLE color: 5489072.

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

Color convert

RGB 176 193 83 -
CMYK 0.09 0 0.57 0.24
HSL 69.27º 0.47% 0.54% -
HSV(B) 69.27º 0.57% 0.76% -
XYZ 38.54 47.99 15.42 -
YUV 175.38 75.87 128.44 -
System Red Green Blue C M Y K H S L
Decimal 176 193 83 0.09 0 0.57 0.24 69.27 0.47 0.54
Hex B0 C1 53 9 0 39 18 45 2F 36
Octal 260 301 123 11 0 71 30 105 57 66
Binary 10110000 11000001 1010011 1001 0 111001 11000 1000101 101111 110110

Color Harmonies of #B0C153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C153

Black with #B0C153

Text Example


Text Example

White with #B0C153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C153; }

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

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

background-color css

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

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

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

border-color css

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

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

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