Html Css Color HEX #BDD326 Fuego

📋 copy color: '#BDD326'

red 189 ◦ green 211 ◦ blue 38

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

Shades of Fuego #BDD326

Tints of Fuego #BDD326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.68%

R = 43.15%
G = 48.17%
B = 8.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BDD326 (or 0xBDD326) is known color: Fuego. HEX triplet: BD, D3 and 26. RGB value is (189,211,38). Sum of RGB (Red+Green+Blue) = 189+211+38=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD326 is #422CD9. Grayscale: #B9B9B9. Windows color (decimal): -4336858 or 2544573. OLE color: 2544573.

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

Color convert

RGB 189 211 38 -
CMYK 0.10 0 0.82 0.17
HSL 67.63º 0.69% 0.49% -
HSV(B) 67.63º 0.82% 0.83% -
XYZ 44.63 57.55 10.59 -
YUV 184.7 45.21 131.07 -
System Red Green Blue C M Y K H S L
Decimal 189 211 38 0.10 0 0.82 0.17 67.63 0.69 0.49
Hex BD D3 26 A 0 52 11 44 45 31
Octal 275 323 46 12 0 122 21 104 105 61
Binary 10111101 11010011 100110 1010 0 1010010 10001 1000100 1000101 110001

Color Harmonies of #BDD326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD326

Black with #BDD326

Text Example


Text Example

White with #BDD326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD326; }

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

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

background-color css

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

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

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

border-color css

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

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

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