#BDD633

Color #BDD633 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BDD633

Tints of Fuego #BDD633

Color information

#BDD633 (or 0xBDD633) is unknown color: approx Fuego. HEX triplet: BD, D6 and 33. RGB value is (189,214,51). Sum of RGB (Red+Green+Blue) = 189+214+51=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD633 is #4229CC. Grayscale: #BCBCBC. Windows color (decimal): -4336077 or 3397309. OLE color: 3397309.

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

Color convert

RGB18921451-
CMYK0.1200.760.16
HSL69.2º66.53%51.96%-
HSV(B)69.2º76.17%83.92%-
XYZ45.6359.1512.14-
YUV187.9450.72128.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 214 (83.98% from 255) = 47.14%
BLUE value IS 51 (20.31% from 255) = 11.23%
R=41.63%
G=47.14%
B=11.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189214510.1200.760.1669.266.5351.96
HexBDD633C04C10454334
Octal275326631401142010510364
Binary10111101110101101100111100010011001000010001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD633; }

 p { color: rgb(189,214,51); }

 H1.HeaderClassName
 {
   color: #BDD633;
 }
 .AnyTagClassName
 {
   color: #BDD633;
 }
</style>
background-color css

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

 a { background-color: rgb(189,214,51); }

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

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

 span { border-color: rgb(189,214,51); }

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