Html Css Color HEX #BDC737 Fuego

📋 copy color: '#BDC737'

red 189 ◦ green 199 ◦ blue 55

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

Shades of Fuego #BDC737

Tints of Fuego #BDC737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.42%

R = 42.66%
G = 44.92%
B = 12.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#BDC737 (or 0xBDC737) is known color: Fuego. HEX triplet: BD, C7 and 37. RGB value is (189,199,55). Sum of RGB (Red+Green+Blue) = 189+199+55=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC737 is #4238C8. Grayscale: #B4B4B4. Windows color (decimal): -4339913 or 3655613. OLE color: 3655613.

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

Color convert

RGB 189 199 55 -
CMYK 0.05 0 0.72 0.22
HSL 64.17º 0.57% 0.5% -
HSV(B) 64.17º 0.72% 0.78% -
XYZ 42.1 51.94 11.42 -
YUV 179.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 189 199 55 0.05 0 0.72 0.22 64.17 0.57 0.5
Hex BD C7 37 5 0 48 16 40 39 32
Octal 275 307 67 5 0 110 26 100 71 62
Binary 10111101 11000111 110111 101 0 1001000 10110 1000000 111001 110010

Color Harmonies of #BDC737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC737

Black with #BDC737

Text Example


Text Example

White with #BDC737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC737; }

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

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

background-color css

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

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

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

border-color css

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

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

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