Html Css Color HEX #BDC638 Fuego

📋 copy color: '#BDC638'

red 189 ◦ green 198 ◦ blue 56

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

Shades of Fuego #BDC638

Tints of Fuego #BDC638

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.7%

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 42.66%
G = 44.7%
B = 12.64%

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

#BDC638 (or 0xBDC638) is known color: Fuego. HEX triplet: BD, C6 and 38. RGB value is (189,198,56). Sum of RGB (Red+Green+Blue) = 189+198+56=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC638 is #4239C7. Grayscale: #B3B3B3. Windows color (decimal): -4340168 or 3720893. OLE color: 3720893.

HSL color Cylindrical-coordinate representation of color #BDC638: hue angle of 63.8º degrees, saturation: 0.56, 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 #BDC638 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 56 -
CMYK 0.05 0 0.72 0.22
HSL 63.8º 0.56% 0.5% -
HSV(B) 63.8º 0.72% 0.78% -
XYZ 41.89 51.49 11.47 -
YUV 179.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 189 198 56 0.05 0 0.72 0.22 63.8 0.56 0.5
Hex BD C6 38 5 0 48 16 40 38 32
Octal 275 306 70 5 0 110 26 100 70 62
Binary 10111101 11000110 111000 101 0 1001000 10110 1000000 111000 110010

Color Harmonies of #BDC638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC638

Black with #BDC638

Text Example


Text Example

White with #BDC638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC638; }

 p { color: rgb(189,198,56); }

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

background-color css

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

 a { background-color: rgb(189,198,56); }

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

border-color css

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

 span { border-color: rgb(189,198,56); }

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