Html Css Color HEX #BDC146 Celery

📋 copy color: '#BDC146'

red 189 ◦ green 193 ◦ blue 70

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

Shades of Celery #BDC146

Tints of Celery #BDC146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 41.81%
G = 42.7%
B = 15.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BDC146 (or 0xBDC146) is known color: Celery. HEX triplet: BD, C1 and 46. RGB value is (189,193,70). Sum of RGB (Red+Green+Blue) = 189+193+70=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC146 is #423EB9. Grayscale: #B2B2B2. Windows color (decimal): -4341434 or 4637117. OLE color: 4637117.

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

Color convert

RGB 189 193 70 -
CMYK 0.02 0 0.64 0.24
HSL 61.95º 0.5% 0.52% -
HSV(B) 61.95º 0.64% 0.76% -
XYZ 41.16 49.4 13.16 -
YUV 177.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 189 193 70 0.02 0 0.64 0.24 61.95 0.5 0.52
Hex BD C1 46 2 0 40 18 3E 32 34
Octal 275 301 106 2 0 100 30 76 62 64
Binary 10111101 11000001 1000110 10 0 1000000 11000 111110 110010 110100

Color Harmonies of #BDC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC146

Black with #BDC146

Text Example


Text Example

White with #BDC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC146; }

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

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

background-color css

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

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

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

border-color css

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

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

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