Html Css Color HEX #BDD833 Fuego

📋 copy color: '#BDD833'

red 189 ◦ green 216 ◦ blue 51

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

Shades of Fuego #BDD833

Tints of Fuego #BDD833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.18%

R = 41.45%
G = 47.37%
B = 11.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#BDD833 (or 0xBDD833) is known color: Fuego. HEX triplet: BD, D8 and 33. RGB value is (189,216,51). Sum of RGB (Red+Green+Blue) = 189+216+51=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD833 is #4227CC. Grayscale: #BDBDBD. Windows color (decimal): -4335565 or 3397821. OLE color: 3397821.

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

Color convert

RGB 189 216 51 -
CMYK 0.12 0 0.76 0.15
HSL 69.82º 0.68% 0.52% -
HSV(B) 69.82º 0.76% 0.85% -
XYZ 46.14 60.17 12.31 -
YUV 189.12 50.05 127.92 -
System Red Green Blue C M Y K H S L
Decimal 189 216 51 0.12 0 0.76 0.15 69.82 0.68 0.52
Hex BD D8 33 C 0 4C F 46 44 34
Octal 275 330 63 14 0 114 17 106 104 64
Binary 10111101 11011000 110011 1100 0 1001100 1111 1000110 1000100 110100

Color Harmonies of #BDD833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD833

Black with #BDD833

Text Example


Text Example

White with #BDD833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD833; }

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

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

background-color css

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

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

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

border-color css

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

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

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