Html Css Color HEX #BDC947 Celery

📋 copy color: '#BDC947'

red 189 ◦ green 201 ◦ blue 71

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

Shades of Celery #BDC947

Tints of Celery #BDC947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 41%
G = 43.6%
B = 15.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#BDC947 (or 0xBDC947) is known color: Celery. HEX triplet: BD, C9 and 47. RGB value is (189,201,71). Sum of RGB (Red+Green+Blue) = 189+201+71=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC947 is #4236B8. Grayscale: #B7B7B7. Windows color (decimal): -4339385 or 4704701. OLE color: 4704701.

HSL color Cylindrical-coordinate representation of color #BDC947: hue angle of 65.54º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC947 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 71 -
CMYK 0.06 0 0.65 0.21
HSL 65.54º 0.55% 0.53% -
HSV(B) 65.54º 0.65% 0.79% -
XYZ 43.01 53.05 13.93 -
YUV 182.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 189 201 71 0.06 0 0.65 0.21 65.54 0.55 0.53
Hex BD C9 47 6 0 41 15 42 37 35
Octal 275 311 107 6 0 101 25 102 67 65
Binary 10111101 11001001 1000111 110 0 1000001 10101 1000010 110111 110101

Color Harmonies of #BDC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC947

Black with #BDC947

Text Example


Text Example

White with #BDC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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