Html Css Color HEX #BCD325 Fuego

📋 copy color: '#BCD325'

red 188 ◦ green 211 ◦ blue 37

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

Shades of Fuego #BCD325

Tints of Fuego #BCD325

RGB

 RED value IS 188 (73.83% from 255) = 43.12%

 GREEN value IS 211 (82.81% from 255) = 48.39%

 BLUE value IS 37 (14.84% from 255) = 8.49%

R = 43.12%
G = 48.39%
B = 8.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BCD325 (or 0xBCD325) is known color: Fuego. HEX triplet: BC, D3 and 25. RGB value is (188,211,37). Sum of RGB (Red+Green+Blue) = 188+211+37=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD325 is #432CDA. Grayscale: #B8B8B8. Windows color (decimal): -4402395 or 2479036. OLE color: 2479036.

HSL color Cylindrical-coordinate representation of color #BCD325: hue angle of 67.93º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD325 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 37 -
CMYK 0.11 0 0.82 0.17
HSL 67.93º 0.7% 0.49% -
HSV(B) 67.93º 0.82% 0.83% -
XYZ 44.37 57.41 10.49 -
YUV 184.29 44.88 130.65 -
System Red Green Blue C M Y K H S L
Decimal 188 211 37 0.11 0 0.82 0.17 67.93 0.7 0.49
Hex BC D3 25 B 0 52 11 44 46 31
Octal 274 323 45 13 0 122 21 104 106 61
Binary 10111100 11010011 100101 1011 0 1010010 10001 1000100 1000110 110001

Color Harmonies of #BCD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD325

Black with #BCD325

Text Example


Text Example

White with #BCD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD325; }

 p { color: rgb(188,211,37); }

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

background-color css

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

 a { background-color: rgb(188,211,37); }

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

border-color css

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

 span { border-color: rgb(188,211,37); }

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