Html Css Color HEX #B0BE5D Celery

📋 copy color: '#B0BE5D'

red 176 ◦ green 190 ◦ blue 93

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

Shades of Celery #B0BE5D

Tints of Celery #B0BE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 38.34%
G = 41.39%
B = 20.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#B0BE5D (or 0xB0BE5D) is known color: Celery. HEX triplet: B0, BE and 5D. RGB value is (176,190,93). Sum of RGB (Red+Green+Blue) = 176+190+93=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE5D is #4F41A2. Grayscale: #AFAFAF. Windows color (decimal): -5194147 or 6143664. OLE color: 6143664.

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

Color convert

RGB 176 190 93 -
CMYK 0.07 0 0.51 0.25
HSL 68.66º 0.43% 0.55% -
HSV(B) 68.66º 0.51% 0.75% -
XYZ 38.29 46.85 17.38 -
YUV 174.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 176 190 93 0.07 0 0.51 0.25 68.66 0.43 0.55
Hex B0 BE 5D 7 0 33 19 45 2B 37
Octal 260 276 135 7 0 63 31 105 53 67
Binary 10110000 10111110 1011101 111 0 110011 11001 1000101 101011 110111

Color Harmonies of #B0BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE5D

Black with #B0BE5D

Text Example


Text Example

White with #B0BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE5D; }

 p { color: rgb(176,190,93); }

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

background-color css

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

 a { background-color: rgb(176,190,93); }

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

border-color css

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

 span { border-color: rgb(176,190,93); }

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