Html Css Color HEX #BDC945 Celery

📋 copy color: '#BDC945'

red 189 ◦ green 201 ◦ blue 69

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

Shades of Celery #BDC945

Tints of Celery #BDC945

RGB

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

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

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

R = 41.18%
G = 43.79%
B = 15.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#BDC945 (or 0xBDC945) is known color: Celery. HEX triplet: BD, C9 and 45. RGB value is (189,201,69). Sum of RGB (Red+Green+Blue) = 189+201+69=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC945 is #4236BA. Grayscale: #B6B6B6. Windows color (decimal): -4339387 or 4573629. OLE color: 4573629.

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

Color convert

RGB 189 201 69 -
CMYK 0.06 0 0.66 0.21
HSL 65.45º 0.55% 0.53% -
HSV(B) 65.45º 0.66% 0.79% -
XYZ 42.95 53.02 13.6 -
YUV 182.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 189 201 69 0.06 0 0.66 0.21 65.45 0.55 0.53
Hex BD C9 45 6 0 42 15 41 37 35
Octal 275 311 105 6 0 102 25 101 67 65
Binary 10111101 11001001 1000101 110 0 1000010 10101 1000001 110111 110101

Color Harmonies of #BDC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC945

Black with #BDC945

Text Example


Text Example

White with #BDC945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC945; }

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

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

background-color css

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

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

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

border-color css

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

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

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