Html Css Color HEX #BDC346 Celery

📋 copy color: '#BDC346'

red 189 ◦ green 195 ◦ blue 70

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

Shades of Celery #BDC346

Tints of Celery #BDC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

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

R = 41.63%
G = 42.95%
B = 15.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BDC346 (or 0xBDC346) is known color: Celery. HEX triplet: BD, C3 and 46. RGB value is (189,195,70). Sum of RGB (Red+Green+Blue) = 189+195+70=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC346 is #423CB9. Grayscale: #B3B3B3. Windows color (decimal): -4340922 or 4637629. OLE color: 4637629.

HSL color Cylindrical-coordinate representation of color #BDC346: hue angle of 62.88º degrees, saturation: 0.51, 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 #BDC346 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 70 -
CMYK 0.03 0 0.64 0.24
HSL 62.88º 0.51% 0.52% -
HSV(B) 62.88º 0.64% 0.76% -
XYZ 41.61 50.29 13.31 -
YUV 178.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 189 195 70 0.03 0 0.64 0.24 62.88 0.51 0.52
Hex BD C3 46 3 0 40 18 3F 33 34
Octal 275 303 106 3 0 100 30 77 63 64
Binary 10111101 11000011 1000110 11 0 1000000 11000 111111 110011 110100

Color Harmonies of #BDC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC346

Black with #BDC346

Text Example


Text Example

White with #BDC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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