Html Css Color HEX #B0BF5C Celery

📋 copy color: '#B0BF5C'

red 176 ◦ green 191 ◦ blue 92

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

Shades of Celery #B0BF5C

Tints of Celery #B0BF5C

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 38.34%
G = 41.61%
B = 20.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#B0BF5C (or 0xB0BF5C) is known color: Celery. HEX triplet: B0, BF and 5C. RGB value is (176,191,92). Sum of RGB (Red+Green+Blue) = 176+191+92=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF5C is #4F40A3. Grayscale: #AFAFAF. Windows color (decimal): -5193892 or 6078384. OLE color: 6078384.

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

Color convert

RGB 176 191 92 -
CMYK 0.08 0 0.52 0.25
HSL 69.09º 0.44% 0.55% -
HSV(B) 69.09º 0.52% 0.75% -
XYZ 38.47 47.26 17.22 -
YUV 175.23 81.03 128.55 -
System Red Green Blue C M Y K H S L
Decimal 176 191 92 0.08 0 0.52 0.25 69.09 0.44 0.55
Hex B0 BF 5C 8 0 34 19 45 2C 37
Octal 260 277 134 10 0 64 31 105 54 67
Binary 10110000 10111111 1011100 1000 0 110100 11001 1000101 101100 110111

Color Harmonies of #B0BF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF5C

Black with #B0BF5C

Text Example


Text Example

White with #B0BF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF5C; }

 p { color: rgb(176,191,92); }

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

background-color css

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

 a { background-color: rgb(176,191,92); }

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

border-color css

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

 span { border-color: rgb(176,191,92); }

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