Html Css Color HEX #BDD730 Fuego

📋 copy color: '#BDD730'

red 189 ◦ green 215 ◦ blue 48

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

Shades of Fuego #BDD730

Tints of Fuego #BDD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

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

R = 41.81%
G = 47.57%
B = 10.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BDD730 (or 0xBDD730) is known color: Fuego. HEX triplet: BD, D7 and 30. RGB value is (189,215,48). Sum of RGB (Red+Green+Blue) = 189+215+48=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD730 is #4228CF. Grayscale: #BCBCBC. Windows color (decimal): -4335824 or 3200957. OLE color: 3200957.

HSL color Cylindrical-coordinate representation of color #BDD730: hue angle of 69.34º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDD730 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 48 -
CMYK 0.12 0 0.78 0.16
HSL 69.34º 0.68% 0.52% -
HSV(B) 69.34º 0.78% 0.84% -
XYZ 45.82 59.63 11.89 -
YUV 188.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 189 215 48 0.12 0 0.78 0.16 69.34 0.68 0.52
Hex BD D7 30 C 0 4E 10 45 44 34
Octal 275 327 60 14 0 116 20 105 104 64
Binary 10111101 11010111 110000 1100 0 1001110 10000 1000101 1000100 110100

Color Harmonies of #BDD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD730

Black with #BDD730

Text Example


Text Example

White with #BDD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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