Html Css Color HEX #BDC848 Celery

📋 copy color: '#BDC848'

red 189 ◦ green 200 ◦ blue 72

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

Shades of Celery #BDC848

Tints of Celery #BDC848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.38%

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

R = 41%
G = 43.38%
B = 15.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#BDC848 (or 0xBDC848) is known color: Celery. HEX triplet: BD, C8 and 48. RGB value is (189,200,72). Sum of RGB (Red+Green+Blue) = 189+200+72=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC848 is #4237B7. Grayscale: #B6B6B6. Windows color (decimal): -4339640 or 4769981. OLE color: 4769981.

HSL color Cylindrical-coordinate representation of color #BDC848: hue angle of 65.16º degrees, saturation: 0.54, 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 #BDC848 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 72 -
CMYK 0.06 0 0.64 0.22
HSL 65.16º 0.54% 0.53% -
HSV(B) 65.16º 0.64% 0.78% -
XYZ 42.81 52.6 14.03 -
YUV 182.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 189 200 72 0.06 0 0.64 0.22 65.16 0.54 0.53
Hex BD C8 48 6 0 40 16 41 36 35
Octal 275 310 110 6 0 100 26 101 66 65
Binary 10111101 11001000 1001000 110 0 1000000 10110 1000001 110110 110101

Color Harmonies of #BDC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC848

Black with #BDC848

Text Example


Text Example

White with #BDC848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC848; }

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

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

background-color css

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

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

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

border-color css

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

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

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