Html Css Color HEX #BDC830 Fuego

📋 copy color: '#BDC830'

red 189 ◦ green 200 ◦ blue 48

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

Shades of Fuego #BDC830

Tints of Fuego #BDC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.77%

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

R = 43.25%
G = 45.77%
B = 10.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#BDC830 (or 0xBDC830) is known color: Fuego. HEX triplet: BD, C8 and 30. RGB value is (189,200,48). Sum of RGB (Red+Green+Blue) = 189+200+48=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC830 is #4237CF. Grayscale: #B3B3B3. Windows color (decimal): -4339664 or 3197117. OLE color: 3197117.

HSL color Cylindrical-coordinate representation of color #BDC830: hue angle of 64.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC830 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 48 -
CMYK 0.06 0 0.76 0.22
HSL 64.34º 0.61% 0.49% -
HSV(B) 64.34º 0.76% 0.78% -
XYZ 42.17 52.34 10.68 -
YUV 179.38 53.86 134.86 -
System Red Green Blue C M Y K H S L
Decimal 189 200 48 0.06 0 0.76 0.22 64.34 0.61 0.49
Hex BD C8 30 6 0 4C 16 40 3D 31
Octal 275 310 60 6 0 114 26 100 75 61
Binary 10111101 11001000 110000 110 0 1001100 10110 1000000 111101 110001

Color Harmonies of #BDC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC830

Black with #BDC830

Text Example


Text Example

White with #BDC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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