Html Css Color HEX #BDC631 Fuego

📋 copy color: '#BDC631'

red 189 ◦ green 198 ◦ blue 49

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

Shades of Fuego #BDC631

Tints of Fuego #BDC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.24%

R = 43.35%
G = 45.41%
B = 11.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#BDC631 (or 0xBDC631) is known color: Fuego. HEX triplet: BD, C6 and 31. RGB value is (189,198,49). Sum of RGB (Red+Green+Blue) = 189+198+49=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC631 is #4239CE. Grayscale: #B2B2B2. Windows color (decimal): -4340175 or 3262141. OLE color: 3262141.

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

Color convert

RGB 189 198 49 -
CMYK 0.05 0 0.75 0.22
HSL 63.62º 0.6% 0.48% -
HSV(B) 63.62º 0.75% 0.78% -
XYZ 41.73 51.43 10.63 -
YUV 178.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 189 198 49 0.05 0 0.75 0.22 63.62 0.6 0.48
Hex BD C6 31 5 0 4B 16 40 3C 30
Octal 275 306 61 5 0 113 26 100 74 60
Binary 10111101 11000110 110001 101 0 1001011 10110 1000000 111100 110000

Color Harmonies of #BDC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC631

Black with #BDC631

Text Example


Text Example

White with #BDC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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