Html Css Color HEX #BDC348 Celery

📋 copy color: '#BDC348'

red 189 ◦ green 195 ◦ blue 72

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

Shades of Celery #BDC348

Tints of Celery #BDC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.76%

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

R = 41.45%
G = 42.76%
B = 15.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#BDC348 (or 0xBDC348) is known color: Celery. HEX triplet: BD, C3 and 48. RGB value is (189,195,72). Sum of RGB (Red+Green+Blue) = 189+195+72=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC348 is #423CB7. Grayscale: #B3B3B3. Windows color (decimal): -4340920 or 4768701. OLE color: 4768701.

HSL color Cylindrical-coordinate representation of color #BDC348: hue angle of 62.93º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDC348 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 72 -
CMYK 0.03 0 0.63 0.24
HSL 62.93º 0.51% 0.52% -
HSV(B) 62.93º 0.63% 0.76% -
XYZ 41.67 50.32 13.65 -
YUV 179.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 189 195 72 0.03 0 0.63 0.24 62.93 0.51 0.52
Hex BD C3 48 3 0 3F 18 3F 33 34
Octal 275 303 110 3 0 77 30 77 63 64
Binary 10111101 11000011 1001000 11 0 111111 11000 111111 110011 110100

Color Harmonies of #BDC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC348

Black with #BDC348

Text Example


Text Example

White with #BDC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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