Html Css Color HEX #BDC745 Celery

📋 copy color: '#BDC745'

red 189 ◦ green 199 ◦ blue 69

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

Shades of Celery #BDC745

Tints of Celery #BDC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

 BLUE value IS 69 (27.34% from 255) = 15.1%

R = 41.36%
G = 43.54%
B = 15.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BDC745 (or 0xBDC745) is known color: Celery. HEX triplet: BD, C7 and 45. RGB value is (189,199,69). Sum of RGB (Red+Green+Blue) = 189+199+69=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC745 is #4238BA. Grayscale: #B5B5B5. Windows color (decimal): -4339899 or 4573117. OLE color: 4573117.

HSL color Cylindrical-coordinate representation of color #BDC745: hue angle of 64.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC745 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 69 -
CMYK 0.05 0 0.65 0.22
HSL 64.62º 0.54% 0.53% -
HSV(B) 64.62º 0.65% 0.78% -
XYZ 42.48 52.1 13.45 -
YUV 181.19 64.69 133.57 -
System Red Green Blue C M Y K H S L
Decimal 189 199 69 0.05 0 0.65 0.22 64.62 0.54 0.53
Hex BD C7 45 5 0 41 16 41 36 35
Octal 275 307 105 5 0 101 26 101 66 65
Binary 10111101 11000111 1000101 101 0 1000001 10110 1000001 110110 110101

Color Harmonies of #BDC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC745

Black with #BDC745

Text Example


Text Example

White with #BDC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC745; }

 p { color: rgb(189,199,69); }

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

background-color css

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

 a { background-color: rgb(189,199,69); }

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

border-color css

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

 span { border-color: rgb(189,199,69); }

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