Html Css Color HEX #B0BC5A Celery

📋 copy color: '#B0BC5A'

red 176 ◦ green 188 ◦ blue 90

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

Shades of Celery #B0BC5A

Tints of Celery #B0BC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 90 (35.55% from 255) = 19.82%

R = 38.77%
G = 41.41%
B = 19.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#B0BC5A (or 0xB0BC5A) is known color: Celery. HEX triplet: B0, BC and 5A. RGB value is (176,188,90). Sum of RGB (Red+Green+Blue) = 176+188+90=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC5A is #4F43A5. Grayscale: #ADADAD. Windows color (decimal): -5194662 or 5946544. OLE color: 5946544.

HSL color Cylindrical-coordinate representation of color #B0BC5A: hue angle of 67.35º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0BC5A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 90 -
CMYK 0.06 0 0.52 0.26
HSL 67.35º 0.42% 0.55% -
HSV(B) 67.35º 0.52% 0.74% -
XYZ 37.73 45.93 16.55 -
YUV 173.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 176 188 90 0.06 0 0.52 0.26 67.35 0.42 0.55
Hex B0 BC 5A 6 0 34 1A 43 2A 37
Octal 260 274 132 6 0 64 32 103 52 67
Binary 10110000 10111100 1011010 110 0 110100 11010 1000011 101010 110111

Color Harmonies of #B0BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC5A

Black with #B0BC5A

Text Example


Text Example

White with #B0BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC5A; }

 p { color: rgb(176,188,90); }

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

background-color css

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

 a { background-color: rgb(176,188,90); }

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

border-color css

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

 span { border-color: rgb(176,188,90); }

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