Html Css Color HEX #BDC63A Fuego

📋 copy color: '#BDC63A'

red 189 ◦ green 198 ◦ blue 58

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

Shades of Fuego #BDC63A

Tints of Fuego #BDC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

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

R = 42.47%
G = 44.49%
B = 13.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#BDC63A (or 0xBDC63A) is known color: Fuego. HEX triplet: BD, C6 and 3A. RGB value is (189,198,58). Sum of RGB (Red+Green+Blue) = 189+198+58=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC63A is #4239C5. Grayscale: #B3B3B3. Windows color (decimal): -4340166 or 3851965. OLE color: 3851965.

HSL color Cylindrical-coordinate representation of color #BDC63A: hue angle of 63.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDC63A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 58 -
CMYK 0.05 0 0.71 0.22
HSL 63.86º 0.55% 0.5% -
HSV(B) 63.86º 0.71% 0.78% -
XYZ 41.94 51.51 11.74 -
YUV 179.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 189 198 58 0.05 0 0.71 0.22 63.86 0.55 0.5
Hex BD C6 3A 5 0 47 16 40 37 32
Octal 275 306 72 5 0 107 26 100 67 62
Binary 10111101 11000110 111010 101 0 1000111 10110 1000000 110111 110010

Color Harmonies of #BDC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC63A

Black with #BDC63A

Text Example


Text Example

White with #BDC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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