Html Css Color HEX #BDD621 Fuego

📋 copy color: '#BDD621'

red 189 ◦ green 214 ◦ blue 33

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

Shades of Fuego #BDD621

Tints of Fuego #BDD621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 33 (13.28% from 255) = 7.57%

R = 43.35%
G = 49.08%
B = 7.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#BDD621 (or 0xBDD621) is known color: Fuego. HEX triplet: BD, D6 and 21. RGB value is (189,214,33). Sum of RGB (Red+Green+Blue) = 189+214+33=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD621 is #4229DE. Grayscale: #BABABA. Windows color (decimal): -4336095 or 2217661. OLE color: 2217661.

HSL color Cylindrical-coordinate representation of color #BDD621: hue angle of 68.29º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDD621 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 33 -
CMYK 0.12 0 0.85 0.16
HSL 68.29º 0.73% 0.48% -
HSV(B) 68.29º 0.85% 0.84% -
XYZ 45.31 59.02 10.44 -
YUV 185.89 41.72 130.22 -
System Red Green Blue C M Y K H S L
Decimal 189 214 33 0.12 0 0.85 0.16 68.29 0.73 0.48
Hex BD D6 21 C 0 55 10 44 49 30
Octal 275 326 41 14 0 125 20 104 111 60
Binary 10111101 11010110 100001 1100 0 1010101 10000 1000100 1001001 110000

Color Harmonies of #BDD621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD621

Black with #BDD621

Text Example


Text Example

White with #BDD621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD621; }

 p { color: rgb(189,214,33); }

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

background-color css

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

 a { background-color: rgb(189,214,33); }

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

border-color css

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

 span { border-color: rgb(189,214,33); }

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