Html Css Color HEX #BDC846 Celery

📋 copy color: '#BDC846'

red 189 ◦ green 200 ◦ blue 70

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

Shades of Celery #BDC846

Tints of Celery #BDC846

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.57%

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

R = 41.18%
G = 43.57%
B = 15.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BDC846 (or 0xBDC846) is known color: Celery. HEX triplet: BD, C8 and 46. RGB value is (189,200,70). Sum of RGB (Red+Green+Blue) = 189+200+70=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC846 is #4237B9. Grayscale: #B6B6B6. Windows color (decimal): -4339642 or 4638909. OLE color: 4638909.

HSL color Cylindrical-coordinate representation of color #BDC846: hue angle of 65.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC846 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 70 -
CMYK 0.06 0 0.65 0.22
HSL 65.08º 0.54% 0.53% -
HSV(B) 65.08º 0.65% 0.78% -
XYZ 42.75 52.57 13.69 -
YUV 181.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 189 200 70 0.06 0 0.65 0.22 65.08 0.54 0.53
Hex BD C8 46 6 0 41 16 41 36 35
Octal 275 310 106 6 0 101 26 101 66 65
Binary 10111101 11001000 1000110 110 0 1000001 10110 1000001 110110 110101

Color Harmonies of #BDC846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC846

Black with #BDC846

Text Example


Text Example

White with #BDC846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC846; }

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

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

background-color css

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

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

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

border-color css

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

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

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