Html Css Color HEX #BDD631 Fuego

📋 copy color: '#BDD631'

red 189 ◦ green 214 ◦ blue 49

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

Shades of Fuego #BDD631

Tints of Fuego #BDD631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.84%

R = 41.81%
G = 47.35%
B = 10.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BDD631 (or 0xBDD631) is known color: Fuego. HEX triplet: BD, D6 and 31. RGB value is (189,214,49). Sum of RGB (Red+Green+Blue) = 189+214+49=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD631 is #4229CE. Grayscale: #BCBCBC. Windows color (decimal): -4336079 or 3266237. OLE color: 3266237.

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

Color convert

RGB 189 214 49 -
CMYK 0.12 0 0.77 0.16
HSL 69.09º 0.67% 0.52% -
HSV(B) 69.09º 0.77% 0.84% -
XYZ 45.59 59.13 11.92 -
YUV 187.72 49.72 128.92 -
System Red Green Blue C M Y K H S L
Decimal 189 214 49 0.12 0 0.77 0.16 69.09 0.67 0.52
Hex BD D6 31 C 0 4D 10 45 43 34
Octal 275 326 61 14 0 115 20 105 103 64
Binary 10111101 11010110 110001 1100 0 1001101 10000 1000101 1000011 110100

Color Harmonies of #BDD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD631

Black with #BDD631

Text Example


Text Example

White with #BDD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD631; }

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

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

background-color css

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

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

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

border-color css

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

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

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