Html Css Color HEX #BDC739 Fuego

📋 copy color: '#BDC739'

red 189 ◦ green 199 ◦ blue 57

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

Shades of Fuego #BDC739

Tints of Fuego #BDC739

RGB

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

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

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

R = 42.47%
G = 44.72%
B = 12.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#BDC739 (or 0xBDC739) is known color: Fuego. HEX triplet: BD, C7 and 39. RGB value is (189,199,57). Sum of RGB (Red+Green+Blue) = 189+199+57=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC739 is #4238C6. Grayscale: #B4B4B4. Windows color (decimal): -4339911 or 3786685. OLE color: 3786685.

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

Color convert

RGB 189 199 57 -
CMYK 0.05 0 0.71 0.22
HSL 64.23º 0.56% 0.5% -
HSV(B) 64.23º 0.71% 0.78% -
XYZ 42.15 51.96 11.68 -
YUV 179.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 189 199 57 0.05 0 0.71 0.22 64.23 0.56 0.5
Hex BD C7 39 5 0 47 16 40 38 32
Octal 275 307 71 5 0 107 26 100 70 62
Binary 10111101 11000111 111001 101 0 1000111 10110 1000000 111000 110010

Color Harmonies of #BDC739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC739

Black with #BDC739

Text Example


Text Example

White with #BDC739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC739; }

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

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

background-color css

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

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

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

border-color css

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

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

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