Html Css Color HEX #BDD61D Fuego

📋 copy color: '#BDD61D'

red 189 ◦ green 214 ◦ blue 29

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

Shades of Fuego #BDD61D

Tints of Fuego #BDD61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 43.75%
G = 49.54%
B = 6.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#BDD61D (or 0xBDD61D) is known color: Fuego. HEX triplet: BD, D6 and 1D. RGB value is (189,214,29). Sum of RGB (Red+Green+Blue) = 189+214+29=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD61D is #4229E2. Grayscale: #BABABA. Windows color (decimal): -4336099 or 1955517. OLE color: 1955517.

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

Color convert

RGB 189 214 29 -
CMYK 0.12 0 0.86 0.16
HSL 68.11º 0.76% 0.48% -
HSV(B) 68.11º 0.86% 0.84% -
XYZ 45.25 59 10.17 -
YUV 185.44 39.72 130.54 -
System Red Green Blue C M Y K H S L
Decimal 189 214 29 0.12 0 0.86 0.16 68.11 0.76 0.48
Hex BD D6 1D C 0 56 10 44 4C 30
Octal 275 326 35 14 0 126 20 104 114 60
Binary 10111101 11010110 11101 1100 0 1010110 10000 1000100 1001100 110000

Color Harmonies of #BDD61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD61D

Black with #BDD61D

Text Example


Text Example

White with #BDD61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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