Html Css Color HEX #B0B64E Celery

📋 copy color: '#B0B64E'

red 176 ◦ green 182 ◦ blue 78

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

Shades of Celery #B0B64E

Tints of Celery #B0B64E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 40.37%
G = 41.74%
B = 17.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B0B64E (or 0xB0B64E) is known color: Celery. HEX triplet: B0, B6 and 4E. RGB value is (176,182,78). Sum of RGB (Red+Green+Blue) = 176+182+78=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B64E is #4F49B1. Grayscale: #A8A8A8. Windows color (decimal): -5196210 or 5158576. OLE color: 5158576.

HSL color Cylindrical-coordinate representation of color #B0B64E: hue angle of 63.46º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0B64E is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 78 -
CMYK 0.03 0 0.57 0.29
HSL 63.46º 0.42% 0.51% -
HSV(B) 63.46º 0.57% 0.71% -
XYZ 36.01 43.24 13.66 -
YUV 168.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 176 182 78 0.03 0 0.57 0.29 63.46 0.42 0.51
Hex B0 B6 4E 3 0 39 1D 3F 2A 33
Octal 260 266 116 3 0 71 35 77 52 63
Binary 10110000 10110110 1001110 11 0 111001 11101 111111 101010 110011

Color Harmonies of #B0B64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B64E

Black with #B0B64E

Text Example


Text Example

White with #B0B64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B64E; }

 p { color: rgb(176,182,78); }

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

background-color css

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

 a { background-color: rgb(176,182,78); }

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

border-color css

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

 span { border-color: rgb(176,182,78); }

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