Html Css Color HEX #BDD337 Fuego

📋 copy color: '#BDD337'

red 189 ◦ green 211 ◦ blue 55

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

Shades of Fuego #BDD337

Tints of Fuego #BDD337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.09%

R = 41.54%
G = 46.37%
B = 12.09%

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

#BDD337 (or 0xBDD337) is known color: Fuego. HEX triplet: BD, D3 and 37. RGB value is (189,211,55). Sum of RGB (Red+Green+Blue) = 189+211+55=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD337 is #422CC8. Grayscale: #BBBBBB. Windows color (decimal): -4336841 or 3658685. OLE color: 3658685.

HSL color Cylindrical-coordinate representation of color #BDD337: hue angle of 68.46º 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 #BDD337 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 55 -
CMYK 0.10 0 0.74 0.17
HSL 68.46º 0.64% 0.52% -
HSV(B) 68.46º 0.74% 0.83% -
XYZ 44.97 57.68 12.38 -
YUV 186.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 189 211 55 0.10 0 0.74 0.17 68.46 0.64 0.52
Hex BD D3 37 A 0 4A 11 44 40 34
Octal 275 323 67 12 0 112 21 104 100 64
Binary 10111101 11010011 110111 1010 0 1001010 10001 1000100 1000000 110100

Color Harmonies of #BDD337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD337

Black with #BDD337

Text Example


Text Example

White with #BDD337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD337; }

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

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

background-color css

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

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

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

border-color css

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

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

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