Html Css Color HEX #B0C15B Celery

📋 copy color: '#B0C15B'

red 176 ◦ green 193 ◦ blue 91

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

Shades of Celery #B0C15B

Tints of Celery #B0C15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 38.26%
G = 41.96%
B = 19.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#B0C15B (or 0xB0C15B) is known color: Celery. HEX triplet: B0, C1 and 5B. RGB value is (176,193,91). Sum of RGB (Red+Green+Blue) = 176+193+91=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C15B is #4F3EA4. Grayscale: #B0B0B0. Windows color (decimal): -5193381 or 6013360. OLE color: 6013360.

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

Color convert

RGB 176 193 91 -
CMYK 0.09 0 0.53 0.24
HSL 70º 0.45% 0.56% -
HSV(B) 70º 0.53% 0.76% -
XYZ 38.86 48.13 17.14 -
YUV 176.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 176 193 91 0.09 0 0.53 0.24 70 0.45 0.56
Hex B0 C1 5B 9 0 35 18 46 2D 38
Octal 260 301 133 11 0 65 30 106 55 70
Binary 10110000 11000001 1011011 1001 0 110101 11000 1000110 101101 111000

Color Harmonies of #B0C15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C15B

Black with #B0C15B

Text Example


Text Example

White with #B0C15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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