Html Css Color HEX #BDC446 Celery

📋 copy color: '#BDC446'

red 189 ◦ green 196 ◦ blue 70

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

Shades of Celery #BDC446

Tints of Celery #BDC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.08%

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

R = 41.54%
G = 43.08%
B = 15.38%

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

#BDC446 (or 0xBDC446) is known color: Celery. HEX triplet: BD, C4 and 46. RGB value is (189,196,70). Sum of RGB (Red+Green+Blue) = 189+196+70=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC446 is #423BB9. Grayscale: #B4B4B4. Windows color (decimal): -4340666 or 4637885. OLE color: 4637885.

HSL color Cylindrical-coordinate representation of color #BDC446: hue angle of 63.33º 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 #BDC446 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 70 -
CMYK 0.04 0 0.64 0.23
HSL 63.33º 0.52% 0.52% -
HSV(B) 63.33º 0.64% 0.77% -
XYZ 41.83 50.74 13.38 -
YUV 179.54 66.18 134.75 -
System Red Green Blue C M Y K H S L
Decimal 189 196 70 0.04 0 0.64 0.23 63.33 0.52 0.52
Hex BD C4 46 4 0 40 17 3F 34 34
Octal 275 304 106 4 0 100 27 77 64 64
Binary 10111101 11000100 1000110 100 0 1000000 10111 111111 110100 110100

Color Harmonies of #BDC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC446

Black with #BDC446

Text Example


Text Example

White with #BDC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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