Html Css Color HEX #BDC039 Celery

📋 copy color: '#BDC039'

red 189 ◦ green 192 ◦ blue 57

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

Shades of Celery #BDC039

Tints of Celery #BDC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 43.15%
G = 43.84%
B = 13.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BDC039 (or 0xBDC039) is known color: Celery. HEX triplet: BD, C0 and 39. RGB value is (189,192,57). Sum of RGB (Red+Green+Blue) = 189+192+57=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC039 is #423FC6. Grayscale: #B0B0B0. Windows color (decimal): -4341703 or 3784893. OLE color: 3784893.

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

Color convert

RGB 189 192 57 -
CMYK 0.02 0 0.70 0.25
HSL 61.33º 0.54% 0.49% -
HSV(B) 61.33º 0.7% 0.75% -
XYZ 40.57 48.81 11.15 -
YUV 175.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 189 192 57 0.02 0 0.70 0.25 61.33 0.54 0.49
Hex BD C0 39 2 0 46 19 3D 36 31
Octal 275 300 71 2 0 106 31 75 66 61
Binary 10111101 11000000 111001 10 0 1000110 11001 111101 110110 110001

Color Harmonies of #BDC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC039

Black with #BDC039

Text Example


Text Example

White with #BDC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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