Html Css Color HEX #BDCD44 Celery

📋 copy color: '#BDCD44'

red 189 ◦ green 205 ◦ blue 68

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

Shades of Celery #BDCD44

Tints of Celery #BDCD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.72%

R = 40.91%
G = 44.37%
B = 14.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#BDCD44 (or 0xBDCD44) is known color: Celery. HEX triplet: BD, CD and 44. RGB value is (189,205,68). Sum of RGB (Red+Green+Blue) = 189+205+68=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD44 is #4232BB. Grayscale: #B9B9B9. Windows color (decimal): -4338364 or 4509117. OLE color: 4509117.

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

Color convert

RGB 189 205 68 -
CMYK 0.08 0 0.67 0.20
HSL 67.01º 0.58% 0.54% -
HSV(B) 67.01º 0.67% 0.8% -
XYZ 43.86 54.9 13.75 -
YUV 184.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 189 205 68 0.08 0 0.67 0.20 67.01 0.58 0.54
Hex BD CD 44 8 0 43 14 43 3A 36
Octal 275 315 104 10 0 103 24 103 72 66
Binary 10111101 11001101 1000100 1000 0 1000011 10100 1000011 111010 110110

Color Harmonies of #BDCD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD44

Black with #BDCD44

Text Example


Text Example

White with #BDCD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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