Html Css Color HEX #BDD038 Fuego

📋 copy color: '#BDD038'

red 189 ◦ green 208 ◦ blue 56

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

Shades of Fuego #BDD038

Tints of Fuego #BDD038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.92%

 BLUE value IS 56 (22.27% from 255) = 12.36%

R = 41.72%
G = 45.92%
B = 12.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#BDD038 (or 0xBDD038) is known color: Fuego. HEX triplet: BD, D0 and 38. RGB value is (189,208,56). Sum of RGB (Red+Green+Blue) = 189+208+56=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD038 is #422FC7. Grayscale: #B9B9B9. Windows color (decimal): -4337608 or 3723453. OLE color: 3723453.

HSL color Cylindrical-coordinate representation of color #BDD038: hue angle of 67.5º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD038 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 56 -
CMYK 0.09 0 0.73 0.18
HSL 67.5º 0.62% 0.52% -
HSV(B) 67.5º 0.73% 0.82% -
XYZ 44.26 56.22 12.26 -
YUV 184.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 189 208 56 0.09 0 0.73 0.18 67.5 0.62 0.52
Hex BD D0 38 9 0 49 12 44 3E 34
Octal 275 320 70 11 0 111 22 104 76 64
Binary 10111101 11010000 111000 1001 0 1001001 10010 1000100 111110 110100

Color Harmonies of #BDD038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD038

Black with #BDD038

Text Example


Text Example

White with #BDD038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD038; }

 p { color: rgb(189,208,56); }

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

background-color css

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

 a { background-color: rgb(189,208,56); }

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

border-color css

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

 span { border-color: rgb(189,208,56); }

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