Html Css Color HEX #BDC048 Celery

📋 copy color: '#BDC048'

red 189 ◦ green 192 ◦ blue 72

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

Shades of Celery #BDC048

Tints of Celery #BDC048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 41.72%
G = 42.38%
B = 15.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BDC048 (or 0xBDC048) is known color: Celery. HEX triplet: BD, C0 and 48. RGB value is (189,192,72). Sum of RGB (Red+Green+Blue) = 189+192+72=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC048 is #423FB7. Grayscale: #B1B1B1. Windows color (decimal): -4341688 or 4767933. OLE color: 4767933.

HSL color Cylindrical-coordinate representation of color #BDC048: hue angle of 61.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC048 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 72 -
CMYK 0.02 0 0.63 0.25
HSL 61.5º 0.49% 0.52% -
HSV(B) 61.5º 0.63% 0.75% -
XYZ 41.01 48.99 13.42 -
YUV 177.42 68.51 136.26 -
System Red Green Blue C M Y K H S L
Decimal 189 192 72 0.02 0 0.63 0.25 61.5 0.49 0.52
Hex BD C0 48 2 0 3F 19 3E 31 34
Octal 275 300 110 2 0 77 31 76 61 64
Binary 10111101 11000000 1001000 10 0 111111 11001 111110 110001 110100

Color Harmonies of #BDC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC048

Black with #BDC048

Text Example


Text Example

White with #BDC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC048; }

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

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

background-color css

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

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

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

border-color css

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

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

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