Html Css Color HEX #BDCF47 Celery

📋 copy color: '#BDCF47'

red 189 ◦ green 207 ◦ blue 71

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

Shades of Celery #BDCF47

Tints of Celery #BDCF47

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.33%

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

R = 40.47%
G = 44.33%
B = 15.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#BDCF47 (or 0xBDCF47) is known color: Celery. HEX triplet: BD, CF and 47. RGB value is (189,207,71). Sum of RGB (Red+Green+Blue) = 189+207+71=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF47 is #4230B8. Grayscale: #BABABA. Windows color (decimal): -4337849 or 4706237. OLE color: 4706237.

HSL color Cylindrical-coordinate representation of color #BDCF47: hue angle of 67.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDCF47 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 71 -
CMYK 0.09 0 0.66 0.19
HSL 67.94º 0.59% 0.55% -
HSV(B) 67.94º 0.66% 0.81% -
XYZ 44.44 55.9 14.41 -
YUV 186.11 63.04 130.06 -
System Red Green Blue C M Y K H S L
Decimal 189 207 71 0.09 0 0.66 0.19 67.94 0.59 0.55
Hex BD CF 47 9 0 42 13 44 3B 37
Octal 275 317 107 11 0 102 23 104 73 67
Binary 10111101 11001111 1000111 1001 0 1000010 10011 1000100 111011 110111

Color Harmonies of #BDCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF47

Black with #BDCF47

Text Example


Text Example

White with #BDCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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