Html Css Color HEX #BDCA44 Celery

📋 copy color: '#BDCA44'

red 189 ◦ green 202 ◦ blue 68

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

Shades of Celery #BDCA44

Tints of Celery #BDCA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.01%

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

R = 41.18%
G = 44.01%
B = 14.81%

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

#BDCA44 (or 0xBDCA44) is known color: Celery. HEX triplet: BD, CA and 44. RGB value is (189,202,68). Sum of RGB (Red+Green+Blue) = 189+202+68=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA44 is #4235BB. Grayscale: #B7B7B7. Windows color (decimal): -4339132 or 4508349. OLE color: 4508349.

HSL color Cylindrical-coordinate representation of color #BDCA44: hue angle of 65.82º degrees, saturation: 0.56, 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 #BDCA44 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 68 -
CMYK 0.06 0 0.66 0.21
HSL 65.82º 0.56% 0.53% -
HSV(B) 65.82º 0.66% 0.79% -
XYZ 43.15 53.48 13.52 -
YUV 182.84 63.19 132.4 -
System Red Green Blue C M Y K H S L
Decimal 189 202 68 0.06 0 0.66 0.21 65.82 0.56 0.53
Hex BD CA 44 6 0 42 15 42 38 35
Octal 275 312 104 6 0 102 25 102 70 65
Binary 10111101 11001010 1000100 110 0 1000010 10101 1000010 111000 110101

Color Harmonies of #BDCA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA44

Black with #BDCA44

Text Example


Text Example

White with #BDCA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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