Html Css Color HEX #B0B246 Celery

📋 copy color: '#B0B246'

red 176 ◦ green 178 ◦ blue 70

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

Shades of Celery #B0B246

Tints of Celery #B0B246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.98%

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 41.51%
G = 41.98%
B = 16.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B0B246 (or 0xB0B246) is known color: Celery. HEX triplet: B0, B2 and 46. RGB value is (176,178,70). Sum of RGB (Red+Green+Blue) = 176+178+70=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B246 is #4F4DB9. Grayscale: #A5A5A5. Windows color (decimal): -5197242 or 4633264. OLE color: 4633264.

HSL color Cylindrical-coordinate representation of color #B0B246: hue angle of 61.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0B246 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 70 -
CMYK 0.01 0 0.61 0.30
HSL 61.11º 0.44% 0.49% -
HSV(B) 61.11º 0.61% 0.7% -
XYZ 34.93 41.51 11.97 -
YUV 165.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 176 178 70 0.01 0 0.61 0.30 61.11 0.44 0.49
Hex B0 B2 46 1 0 3D 1E 3D 2C 31
Octal 260 262 106 1 0 75 36 75 54 61
Binary 10110000 10110010 1000110 1 0 111101 11110 111101 101100 110001

Color Harmonies of #B0B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B246

Black with #B0B246

Text Example


Text Example

White with #B0B246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B246; }

 p { color: rgb(176,178,70); }

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

background-color css

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

 a { background-color: rgb(176,178,70); }

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

border-color css

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

 span { border-color: rgb(176,178,70); }

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