Html Css Color HEX #B0B74F Celery

📋 copy color: '#B0B74F'

red 176 ◦ green 183 ◦ blue 79

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

Shades of Celery #B0B74F

Tints of Celery #B0B74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 40.18%
G = 41.78%
B = 18.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B0B74F (or 0xB0B74F) is known color: Celery. HEX triplet: B0, B7 and 4F. RGB value is (176,183,79). Sum of RGB (Red+Green+Blue) = 176+183+79=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B74F is #4F48B0. Grayscale: #A9A9A9. Windows color (decimal): -5195953 or 5224368. OLE color: 5224368.

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

Color convert

RGB 176 183 79 -
CMYK 0.04 0 0.57 0.28
HSL 64.04º 0.42% 0.51% -
HSV(B) 64.04º 0.57% 0.72% -
XYZ 36.25 43.66 13.91 -
YUV 169.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 176 183 79 0.04 0 0.57 0.28 64.04 0.42 0.51
Hex B0 B7 4F 4 0 39 1C 40 2A 33
Octal 260 267 117 4 0 71 34 100 52 63
Binary 10110000 10110111 1001111 100 0 111001 11100 1000000 101010 110011

Color Harmonies of #B0B74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B74F

Black with #B0B74F

Text Example


Text Example

White with #B0B74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B74F; }

 p { color: rgb(176,183,79); }

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

background-color css

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

 a { background-color: rgb(176,183,79); }

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

border-color css

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

 span { border-color: rgb(176,183,79); }

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