Html Css Color HEX #B1BD4F Celery

📋 copy color: '#B1BD4F'

red 177 ◦ green 189 ◦ blue 79

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

Shades of Celery #B1BD4F

Tints of Celery #B1BD4F

RGB

 RED value IS 177 (69.53% from 255) = 39.78%

 GREEN value IS 189 (74.22% from 255) = 42.47%

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

R = 39.78%
G = 42.47%
B = 17.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#B1BD4F (or 0xB1BD4F) is known color: Celery. HEX triplet: B1, BD and 4F. RGB value is (177,189,79). Sum of RGB (Red+Green+Blue) = 177+189+79=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD4F is #4E42B0. Grayscale: #ADADAD. Windows color (decimal): -5128881 or 5225905. OLE color: 5225905.

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

Color convert

RGB 177 189 79 -
CMYK 0.06 0 0.58 0.26
HSL 66.55º 0.45% 0.53% -
HSV(B) 66.55º 0.58% 0.74% -
XYZ 37.74 46.31 14.35 -
YUV 172.87 75.02 130.94 -
System Red Green Blue C M Y K H S L
Decimal 177 189 79 0.06 0 0.58 0.26 66.55 0.45 0.53
Hex B1 BD 4F 6 0 3A 1A 43 2D 35
Octal 261 275 117 6 0 72 32 103 55 65
Binary 10110001 10111101 1001111 110 0 111010 11010 1000011 101101 110101

Color Harmonies of #B1BD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD4F

Black with #B1BD4F

Text Example


Text Example

White with #B1BD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD4F; }

 p { color: rgb(177,189,79); }

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

background-color css

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

 a { background-color: rgb(177,189,79); }

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

border-color css

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

 span { border-color: rgb(177,189,79); }

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