Html Css Color HEX #BDBC4F Celery

📋 copy color: '#BDBC4F'

red 189 ◦ green 188 ◦ blue 79

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

Shades of Celery #BDBC4F

Tints of Celery #BDBC4F

RGB

 RED value IS 189 (74.22% from 255) = 41.45%

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

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

R = 41.45%
G = 41.23%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDBC4F (or 0xBDBC4F) is known color: Celery. HEX triplet: BD, BC and 4F. RGB value is (189,188,79). Sum of RGB (Red+Green+Blue) = 189+188+79=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC4F is #4243B0. Grayscale: #B0B0B0. Windows color (decimal): -4342705 or 5225661. OLE color: 5225661.

HSL color Cylindrical-coordinate representation of color #BDBC4F: hue angle of 59.45º 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 #BDBC4F is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 188 79 -
CMYK 0 0.01 0.58 0.26
HSL 59.45º 0.45% 0.53% -
HSV(B) 59.45º 0.58% 0.74% -
XYZ 40.38 47.35 14.41 -
YUV 175.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 189 188 79 0 0.01 0.58 0.26 59.45 0.45 0.53
Hex BD BC 4F 0 1 3A 1A 3B 2D 35
Octal 275 274 117 0 1 72 32 73 55 65
Binary 10111101 10111100 1001111 0 1 111010 11010 111011 101101 110101

Color Harmonies of #BDBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC4F

Black with #BDBC4F

Text Example


Text Example

White with #BDBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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