Html Css Color HEX #BDC93A Fuego

📋 copy color: '#BDC93A'

red 189 ◦ green 201 ◦ blue 58

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

Shades of Fuego #BDC93A

Tints of Fuego #BDC93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

 BLUE value IS 58 (23.05% from 255) = 12.95%

R = 42.19%
G = 44.87%
B = 12.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#BDC93A (or 0xBDC93A) is known color: Fuego. HEX triplet: BD, C9 and 3A. RGB value is (189,201,58). Sum of RGB (Red+Green+Blue) = 189+201+58=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC93A is #4236C5. Grayscale: #B5B5B5. Windows color (decimal): -4339398 or 3852733. OLE color: 3852733.

HSL color Cylindrical-coordinate representation of color #BDC93A: hue angle of 65.03º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDC93A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 58 -
CMYK 0.06 0 0.71 0.21
HSL 65.03º 0.57% 0.51% -
HSV(B) 65.03º 0.71% 0.79% -
XYZ 42.64 52.9 11.97 -
YUV 181.11 58.52 133.63 -
System Red Green Blue C M Y K H S L
Decimal 189 201 58 0.06 0 0.71 0.21 65.03 0.57 0.51
Hex BD C9 3A 6 0 47 15 41 39 33
Octal 275 311 72 6 0 107 25 101 71 63
Binary 10111101 11001001 111010 110 0 1000111 10101 1000001 111001 110011

Color Harmonies of #BDC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC93A

Black with #BDC93A

Text Example


Text Example

White with #BDC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC93A; }

 p { color: rgb(189,201,58); }

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

background-color css

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

 a { background-color: rgb(189,201,58); }

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

border-color css

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

 span { border-color: rgb(189,201,58); }

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