Html Css Color HEX #BDC24E Celery

📋 copy color: '#BDC24E'

red 189 ◦ green 194 ◦ blue 78

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

Shades of Celery #BDC24E

Tints of Celery #BDC24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

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

R = 41%
G = 42.08%
B = 16.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#BDC24E (or 0xBDC24E) is known color: Celery. HEX triplet: BD, C2 and 4E. RGB value is (189,194,78). Sum of RGB (Red+Green+Blue) = 189+194+78=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC24E is #423DB1. Grayscale: #B3B3B3. Windows color (decimal): -4341170 or 5161661. OLE color: 5161661.

HSL color Cylindrical-coordinate representation of color #BDC24E: hue angle of 62.59º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDC24E is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 78 -
CMYK 0.03 0 0.60 0.24
HSL 62.59º 0.49% 0.53% -
HSV(B) 62.59º 0.6% 0.76% -
XYZ 41.65 49.95 14.65 -
YUV 179.28 70.84 134.93 -
System Red Green Blue C M Y K H S L
Decimal 189 194 78 0.03 0 0.60 0.24 62.59 0.49 0.53
Hex BD C2 4E 3 0 3C 18 3F 31 35
Octal 275 302 116 3 0 74 30 77 61 65
Binary 10111101 11000010 1001110 11 0 111100 11000 111111 110001 110101

Color Harmonies of #BDC24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC24E

Black with #BDC24E

Text Example


Text Example

White with #BDC24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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