Html Css Color HEX #BDBF47 Celery

📋 copy color: '#BDBF47'

red 189 ◦ green 191 ◦ blue 71

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

Shades of Celery #BDBF47

Tints of Celery #BDBF47

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

 BLUE value IS 71 (28.13% from 255) = 15.74%

R = 41.91%
G = 42.35%
B = 15.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BDBF47 (or 0xBDBF47) is known color: Celery. HEX triplet: BD, BF and 47. RGB value is (189,191,71). Sum of RGB (Red+Green+Blue) = 189+191+71=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF47 is #4240B8. Grayscale: #B1B1B1. Windows color (decimal): -4341945 or 4702141. OLE color: 4702141.

HSL color Cylindrical-coordinate representation of color #BDBF47: hue angle of 61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDBF47 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 71 -
CMYK 0.01 0 0.63 0.25
HSL 61º 0.48% 0.51% -
HSV(B) 61º 0.63% 0.75% -
XYZ 40.75 48.54 13.18 -
YUV 176.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 189 191 71 0.01 0 0.63 0.25 61 0.48 0.51
Hex BD BF 47 1 0 3F 19 3D 30 33
Octal 275 277 107 1 0 77 31 75 60 63
Binary 10111101 10111111 1000111 1 0 111111 11001 111101 110000 110011

Color Harmonies of #BDBF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF47

Black with #BDBF47

Text Example


Text Example

White with #BDBF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF47; }

 p { color: rgb(189,191,71); }

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

background-color css

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

 a { background-color: rgb(189,191,71); }

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

border-color css

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

 span { border-color: rgb(189,191,71); }

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