Html Css Color HEX #BDC14F Celery

📋 copy color: '#BDC14F'

red 189 ◦ green 193 ◦ blue 79

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

Shades of Celery #BDC14F

Tints of Celery #BDC14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 41%
G = 41.87%
B = 17.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BDC14F (or 0xBDC14F) is known color: Celery. HEX triplet: BD, C1 and 4F. RGB value is (189,193,79). Sum of RGB (Red+Green+Blue) = 189+193+79=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC14F is #423EB0. Grayscale: #B3B3B3. Windows color (decimal): -4341425 or 5226941. OLE color: 5226941.

HSL color Cylindrical-coordinate representation of color #BDC14F: hue angle of 62.11º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC14F is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 79 -
CMYK 0.02 0 0.59 0.24
HSL 62.11º 0.48% 0.53% -
HSV(B) 62.11º 0.59% 0.76% -
XYZ 41.47 49.52 14.77 -
YUV 178.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 189 193 79 0.02 0 0.59 0.24 62.11 0.48 0.53
Hex BD C1 4F 2 0 3B 18 3E 30 35
Octal 275 301 117 2 0 73 30 76 60 65
Binary 10111101 11000001 1001111 10 0 111011 11000 111110 110000 110101

Color Harmonies of #BDC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC14F

Black with #BDC14F

Text Example


Text Example

White with #BDC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC14F; }

 p { color: rgb(189,193,79); }

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

background-color css

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

 a { background-color: rgb(189,193,79); }

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

border-color css

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

 span { border-color: rgb(189,193,79); }

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