Html Css Color HEX #BDCD4A Celery

📋 copy color: '#BDCD4A'

red 189 ◦ green 205 ◦ blue 74

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

Shades of Celery #BDCD4A

Tints of Celery #BDCD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 40.38%
G = 43.8%
B = 15.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BDCD4A (or 0xBDCD4A) is known color: Celery. HEX triplet: BD, CD and 4A. RGB value is (189,205,74). Sum of RGB (Red+Green+Blue) = 189+205+74=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD4A is #4232B5. Grayscale: #B9B9B9. Windows color (decimal): -4338358 or 4902333. OLE color: 4902333.

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

Color convert

RGB 189 205 74 -
CMYK 0.08 0 0.64 0.20
HSL 67.33º 0.57% 0.55% -
HSV(B) 67.33º 0.64% 0.8% -
XYZ 44.05 54.98 14.77 -
YUV 185.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 189 205 74 0.08 0 0.64 0.20 67.33 0.57 0.55
Hex BD CD 4A 8 0 40 14 43 39 37
Octal 275 315 112 10 0 100 24 103 71 67
Binary 10111101 11001101 1001010 1000 0 1000000 10100 1000011 111001 110111

Color Harmonies of #BDCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD4A

Black with #BDCD4A

Text Example


Text Example

White with #BDCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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