Html Css Color HEX #BDC748 Celery

📋 copy color: '#BDC748'

red 189 ◦ green 199 ◦ blue 72

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

Shades of Celery #BDC748

Tints of Celery #BDC748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 41.09%
G = 43.26%
B = 15.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#BDC748 (or 0xBDC748) is known color: Celery. HEX triplet: BD, C7 and 48. RGB value is (189,199,72). Sum of RGB (Red+Green+Blue) = 189+199+72=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC748 is #4238B7. Grayscale: #B6B6B6. Windows color (decimal): -4339896 or 4769725. OLE color: 4769725.

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

Color convert

RGB 189 199 72 -
CMYK 0.05 0 0.64 0.22
HSL 64.72º 0.53% 0.53% -
HSV(B) 64.72º 0.64% 0.78% -
XYZ 42.58 52.13 13.95 -
YUV 181.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 189 199 72 0.05 0 0.64 0.22 64.72 0.53 0.53
Hex BD C7 48 5 0 40 16 41 35 35
Octal 275 307 110 5 0 100 26 101 65 65
Binary 10111101 11000111 1001000 101 0 1000000 10110 1000001 110101 110101

Color Harmonies of #BDC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC748

Black with #BDC748

Text Example


Text Example

White with #BDC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC748; }

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

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

background-color css

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

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

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

border-color css

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

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

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