Html Css Color HEX #BDCD45 Celery

📋 copy color: '#BDCD45'

red 189 ◦ green 205 ◦ blue 69

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

Shades of Celery #BDCD45

Tints of Celery #BDCD45

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.28%

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

R = 40.82%
G = 44.28%
B = 14.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#BDCD45 (or 0xBDCD45) is known color: Celery. HEX triplet: BD, CD and 45. RGB value is (189,205,69). Sum of RGB (Red+Green+Blue) = 189+205+69=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD45 is #4232BA. Grayscale: #B9B9B9. Windows color (decimal): -4338363 or 4574653. OLE color: 4574653.

HSL color Cylindrical-coordinate representation of color #BDCD45: hue angle of 67.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDCD45 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 69 -
CMYK 0.08 0 0.66 0.20
HSL 67.06º 0.58% 0.54% -
HSV(B) 67.06º 0.66% 0.8% -
XYZ 43.89 54.91 13.92 -
YUV 184.71 62.7 131.06 -
System Red Green Blue C M Y K H S L
Decimal 189 205 69 0.08 0 0.66 0.20 67.06 0.58 0.54
Hex BD CD 45 8 0 42 14 43 3A 36
Octal 275 315 105 10 0 102 24 103 72 66
Binary 10111101 11001101 1000101 1000 0 1000010 10100 1000011 111010 110110

Color Harmonies of #BDCD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD45

Black with #BDCD45

Text Example


Text Example

White with #BDCD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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