Html Css Color HEX #BDD426 Fuego

📋 copy color: '#BDD426'

red 189 ◦ green 212 ◦ blue 38

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

Shades of Fuego #BDD426

Tints of Fuego #BDD426

RGB

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

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

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

R = 43.05%
G = 48.29%
B = 8.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BDD426 (or 0xBDD426) is known color: Fuego. HEX triplet: BD, D4 and 26. RGB value is (189,212,38). Sum of RGB (Red+Green+Blue) = 189+212+38=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD426 is #422BD9. Grayscale: #B9B9B9. Windows color (decimal): -4336602 or 2544829. OLE color: 2544829.

HSL color Cylindrical-coordinate representation of color #BDD426: hue angle of 67.93º degrees, saturation: 0.7, 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 #BDD426 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 38 -
CMYK 0.11 0 0.82 0.17
HSL 67.93º 0.7% 0.49% -
HSV(B) 67.93º 0.82% 0.83% -
XYZ 44.88 58.05 10.67 -
YUV 185.29 44.88 130.65 -
System Red Green Blue C M Y K H S L
Decimal 189 212 38 0.11 0 0.82 0.17 67.93 0.7 0.49
Hex BD D4 26 B 0 52 11 44 46 31
Octal 275 324 46 13 0 122 21 104 106 61
Binary 10111101 11010100 100110 1011 0 1010010 10001 1000100 1000110 110001

Color Harmonies of #BDD426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD426

Black with #BDD426

Text Example


Text Example

White with #BDD426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD426; }

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

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

background-color css

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

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

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

border-color css

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

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

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