Html Css Color HEX #BDCD4E Celery

📋 copy color: '#BDCD4E'

red 189 ◦ green 205 ◦ blue 78

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

Shades of Celery #BDCD4E

Tints of Celery #BDCD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 40.04%
G = 43.43%
B = 16.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#BDCD4E (or 0xBDCD4E) is known color: Celery. HEX triplet: BD, CD and 4E. RGB value is (189,205,78). Sum of RGB (Red+Green+Blue) = 189+205+78=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD4E is #4232B1. Grayscale: #BABABA. Windows color (decimal): -4338354 or 5164477. OLE color: 5164477.

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

Color convert

RGB 189 205 78 -
CMYK 0.08 0 0.62 0.20
HSL 67.56º 0.56% 0.55% -
HSV(B) 67.56º 0.62% 0.8% -
XYZ 44.19 55.03 15.5 -
YUV 185.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 189 205 78 0.08 0 0.62 0.20 67.56 0.56 0.55
Hex BD CD 4E 8 0 3E 14 44 38 37
Octal 275 315 116 10 0 76 24 104 70 67
Binary 10111101 11001101 1001110 1000 0 111110 10100 1000100 111000 110111

Color Harmonies of #BDCD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD4E

Black with #BDCD4E

Text Example


Text Example

White with #BDCD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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