Html Css Color HEX #BDC538 Fuego

📋 copy color: '#BDC538'

red 189 ◦ green 197 ◦ blue 56

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

Shades of Fuego #BDC538

Tints of Fuego #BDC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 42.76%
G = 44.57%
B = 12.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#BDC538 (or 0xBDC538) is known color: Fuego. HEX triplet: BD, C5 and 38. RGB value is (189,197,56). Sum of RGB (Red+Green+Blue) = 189+197+56=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC538 is #423AC7. Grayscale: #B3B3B3. Windows color (decimal): -4340424 or 3720637. OLE color: 3720637.

HSL color Cylindrical-coordinate representation of color #BDC538: hue angle of 63.4º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC538 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 56 -
CMYK 0.04 0 0.72 0.23
HSL 63.4º 0.56% 0.5% -
HSV(B) 63.4º 0.72% 0.77% -
XYZ 41.67 51.04 11.4 -
YUV 178.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 189 197 56 0.04 0 0.72 0.23 63.4 0.56 0.5
Hex BD C5 38 4 0 48 17 3F 38 32
Octal 275 305 70 4 0 110 27 77 70 62
Binary 10111101 11000101 111000 100 0 1001000 10111 111111 111000 110010

Color Harmonies of #BDC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC538

Black with #BDC538

Text Example


Text Example

White with #BDC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC538; }

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

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

background-color css

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

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

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

border-color css

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

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

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