Html Css Color HEX #BDC546 Celery

📋 copy color: '#BDC546'

red 189 ◦ green 197 ◦ blue 70

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

Shades of Celery #BDC546

Tints of Celery #BDC546

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

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

R = 41.45%
G = 43.2%
B = 15.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#BDC546 (or 0xBDC546) is known color: Celery. HEX triplet: BD, C5 and 46. RGB value is (189,197,70). Sum of RGB (Red+Green+Blue) = 189+197+70=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC546 is #423AB9. Grayscale: #B4B4B4. Windows color (decimal): -4340410 or 4638141. OLE color: 4638141.

HSL color Cylindrical-coordinate representation of color #BDC546: hue angle of 63.78º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC546 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 70 -
CMYK 0.04 0 0.64 0.23
HSL 63.78º 0.52% 0.52% -
HSV(B) 63.78º 0.64% 0.77% -
XYZ 42.06 51.19 13.46 -
YUV 180.13 65.85 134.33 -
System Red Green Blue C M Y K H S L
Decimal 189 197 70 0.04 0 0.64 0.23 63.78 0.52 0.52
Hex BD C5 46 4 0 40 17 40 34 34
Octal 275 305 106 4 0 100 27 100 64 64
Binary 10111101 11000101 1000110 100 0 1000000 10111 1000000 110100 110100

Color Harmonies of #BDC546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC546

Black with #BDC546

Text Example


Text Example

White with #BDC546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC546; }

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

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

background-color css

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

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

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

border-color css

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

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

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