Html Css Color HEX #BDC130 Fuego

📋 copy color: '#BDC130'

red 189 ◦ green 193 ◦ blue 48

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

Shades of Fuego #BDC130

Tints of Fuego #BDC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 48 (19.14% from 255) = 11.16%

R = 43.95%
G = 44.88%
B = 11.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BDC130 (or 0xBDC130) is known color: Fuego. HEX triplet: BD, C1 and 30. RGB value is (189,193,48). Sum of RGB (Red+Green+Blue) = 189+193+48=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC130 is #423ECF. Grayscale: #AFAFAF. Windows color (decimal): -4341456 or 3195325. OLE color: 3195325.

HSL color Cylindrical-coordinate representation of color #BDC130: hue angle of 61.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC130 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 48 -
CMYK 0.02 0 0.75 0.24
HSL 61.66º 0.6% 0.47% -
HSV(B) 61.66º 0.75% 0.76% -
XYZ 40.59 49.17 10.15 -
YUV 175.27 56.17 137.79 -
System Red Green Blue C M Y K H S L
Decimal 189 193 48 0.02 0 0.75 0.24 61.66 0.6 0.47
Hex BD C1 30 2 0 4B 18 3E 3C 2F
Octal 275 301 60 2 0 113 30 76 74 57
Binary 10111101 11000001 110000 10 0 1001011 11000 111110 111100 101111

Color Harmonies of #BDC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC130

Black with #BDC130

Text Example


Text Example

White with #BDC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC130; }

 p { color: rgb(189,193,48); }

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

background-color css

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

 a { background-color: rgb(189,193,48); }

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

border-color css

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

 span { border-color: rgb(189,193,48); }

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