Html Css Color HEX #BDC746 Celery

📋 copy color: '#BDC746'

red 189 ◦ green 199 ◦ blue 70

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

Shades of Celery #BDC746

Tints of Celery #BDC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

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

R = 41.27%
G = 43.45%
B = 15.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BDC746 (or 0xBDC746) is known color: Celery. HEX triplet: BD, C7 and 46. RGB value is (189,199,70). Sum of RGB (Red+Green+Blue) = 189+199+70=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC746 is #4238B9. Grayscale: #B5B5B5. Windows color (decimal): -4339898 or 4638653. OLE color: 4638653.

HSL color Cylindrical-coordinate representation of color #BDC746: hue angle of 64.65º 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 #BDC746 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 70 -
CMYK 0.05 0 0.65 0.22
HSL 64.65º 0.54% 0.53% -
HSV(B) 64.65º 0.65% 0.78% -
XYZ 42.52 52.11 13.61 -
YUV 181.3 65.19 133.49 -
System Red Green Blue C M Y K H S L
Decimal 189 199 70 0.05 0 0.65 0.22 64.65 0.54 0.53
Hex BD C7 46 5 0 41 16 41 36 35
Octal 275 307 106 5 0 101 26 101 66 65
Binary 10111101 11000111 1000110 101 0 1000001 10110 1000001 110110 110101

Color Harmonies of #BDC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC746

Black with #BDC746

Text Example


Text Example

White with #BDC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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