Html Css Color HEX #BDD830 Fuego

📋 copy color: '#BDD830'

red 189 ◦ green 216 ◦ blue 48

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

Shades of Fuego #BDD830

Tints of Fuego #BDD830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

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

R = 41.72%
G = 47.68%
B = 10.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BDD830 (or 0xBDD830) is known color: Fuego. HEX triplet: BD, D8 and 30. RGB value is (189,216,48). Sum of RGB (Red+Green+Blue) = 189+216+48=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD830 is #4227CF. Grayscale: #BDBDBD. Windows color (decimal): -4335568 or 3201213. OLE color: 3201213.

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

Color convert

RGB 189 216 48 -
CMYK 0.12 0 0.78 0.15
HSL 69.64º 0.68% 0.52% -
HSV(B) 69.64º 0.78% 0.85% -
XYZ 46.08 60.14 11.98 -
YUV 188.78 48.55 128.16 -
System Red Green Blue C M Y K H S L
Decimal 189 216 48 0.12 0 0.78 0.15 69.64 0.68 0.52
Hex BD D8 30 C 0 4E F 46 44 34
Octal 275 330 60 14 0 116 17 106 104 64
Binary 10111101 11011000 110000 1100 0 1001110 1111 1000110 1000100 110100

Color Harmonies of #BDD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD830

Black with #BDD830

Text Example


Text Example

White with #BDD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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