Html Css Color HEX #BDD336 Fuego

📋 copy color: '#BDD336'

red 189 ◦ green 211 ◦ blue 54

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

Shades of Fuego #BDD336

Tints of Fuego #BDD336

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

 BLUE value IS 54 (21.48% from 255) = 11.89%

R = 41.63%
G = 46.48%
B = 11.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#BDD336 (or 0xBDD336) is known color: Fuego. HEX triplet: BD, D3 and 36. RGB value is (189,211,54). Sum of RGB (Red+Green+Blue) = 189+211+54=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD336 is #422CC9. Grayscale: #BBBBBB. Windows color (decimal): -4336842 or 3593149. OLE color: 3593149.

HSL color Cylindrical-coordinate representation of color #BDD336: hue angle of 68.41º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDD336 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 54 -
CMYK 0.10 0 0.74 0.17
HSL 68.41º 0.64% 0.52% -
HSV(B) 68.41º 0.74% 0.83% -
XYZ 44.95 57.67 12.25 -
YUV 186.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 189 211 54 0.10 0 0.74 0.17 68.41 0.64 0.52
Hex BD D3 36 A 0 4A 11 44 40 34
Octal 275 323 66 12 0 112 21 104 100 64
Binary 10111101 11010011 110110 1010 0 1001010 10001 1000100 1000000 110100

Color Harmonies of #BDD336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD336

Black with #BDD336

Text Example


Text Example

White with #BDD336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD336; }

 p { color: rgb(189,211,54); }

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

background-color css

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

 a { background-color: rgb(189,211,54); }

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

border-color css

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

 span { border-color: rgb(189,211,54); }

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