Html Css Color HEX #BDC13A Celery

📋 copy color: '#BDC13A'

red 189 ◦ green 193 ◦ blue 58

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

Shades of Celery #BDC13A

Tints of Celery #BDC13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.18%

R = 42.95%
G = 43.86%
B = 13.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#BDC13A (or 0xBDC13A) is known color: Celery. HEX triplet: BD, C1 and 3A. RGB value is (189,193,58). Sum of RGB (Red+Green+Blue) = 189+193+58=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC13A is #423EC5. Grayscale: #B0B0B0. Windows color (decimal): -4341446 or 3850685. OLE color: 3850685.

HSL color Cylindrical-coordinate representation of color #BDC13A: hue angle of 61.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDC13A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 58 -
CMYK 0.02 0 0.70 0.24
HSL 61.78º 0.54% 0.49% -
HSV(B) 61.78º 0.7% 0.76% -
XYZ 40.82 49.26 11.36 -
YUV 176.41 61.17 136.98 -
System Red Green Blue C M Y K H S L
Decimal 189 193 58 0.02 0 0.70 0.24 61.78 0.54 0.49
Hex BD C1 3A 2 0 46 18 3E 36 31
Octal 275 301 72 2 0 106 30 76 66 61
Binary 10111101 11000001 111010 10 0 1000110 11000 111110 110110 110001

Color Harmonies of #BDC13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC13A

Black with #BDC13A

Text Example


Text Example

White with #BDC13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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