Html Css Color HEX #BDC030 Fuego

📋 copy color: '#BDC030'

red 189 ◦ green 192 ◦ blue 48

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

Shades of Fuego #BDC030

Tints of Fuego #BDC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 44.06%
G = 44.76%
B = 11.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BDC030 (or 0xBDC030) is known color: Fuego. HEX triplet: BD, C0 and 30. RGB value is (189,192,48). Sum of RGB (Red+Green+Blue) = 189+192+48=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC030 is #423FCF. Grayscale: #AFAFAF. Windows color (decimal): -4341712 or 3195069. OLE color: 3195069.

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

Color convert

RGB 189 192 48 -
CMYK 0.02 0 0.75 0.25
HSL 61.25º 0.6% 0.47% -
HSV(B) 61.25º 0.75% 0.75% -
XYZ 40.37 48.73 10.07 -
YUV 174.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 189 192 48 0.02 0 0.75 0.25 61.25 0.6 0.47
Hex BD C0 30 2 0 4B 19 3D 3C 2F
Octal 275 300 60 2 0 113 31 75 74 57
Binary 10111101 11000000 110000 10 0 1001011 11001 111101 111100 101111

Color Harmonies of #BDC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC030

Black with #BDC030

Text Example


Text Example

White with #BDC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC030; }

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

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

background-color css

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

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

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

border-color css

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

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

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