Html Css Color HEX #BDD436 Fuego

📋 copy color: '#BDD436'

red 189 ◦ green 212 ◦ blue 54

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

Shades of Fuego #BDD436

Tints of Fuego #BDD436

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

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

R = 41.54%
G = 46.59%
B = 11.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#BDD436 (or 0xBDD436) is known color: Fuego. HEX triplet: BD, D4 and 36. RGB value is (189,212,54). Sum of RGB (Red+Green+Blue) = 189+212+54=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD436 is #422BC9. Grayscale: #BBBBBB. Windows color (decimal): -4336586 or 3593405. OLE color: 3593405.

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

Color convert

RGB 189 212 54 -
CMYK 0.11 0 0.75 0.17
HSL 68.73º 0.65% 0.52% -
HSV(B) 68.73º 0.75% 0.83% -
XYZ 45.2 58.17 12.34 -
YUV 187.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 189 212 54 0.11 0 0.75 0.17 68.73 0.65 0.52
Hex BD D4 36 B 0 4B 11 45 41 34
Octal 275 324 66 13 0 113 21 105 101 64
Binary 10111101 11010100 110110 1011 0 1001011 10001 1000101 1000001 110100

Color Harmonies of #BDD436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD436

Black with #BDD436

Text Example


Text Example

White with #BDD436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD436; }

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

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

background-color css

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

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

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

border-color css

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

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

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