Html Css Color HEX #BCD225 Fuego

📋 copy color: '#BCD225'

red 188 ◦ green 210 ◦ blue 37

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

Shades of Fuego #BCD225

Tints of Fuego #BCD225

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.28%

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

R = 43.22%
G = 48.28%
B = 8.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#BCD225 (or 0xBCD225) is known color: Fuego. HEX triplet: BC, D2 and 25. RGB value is (188,210,37). Sum of RGB (Red+Green+Blue) = 188+210+37=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD225 is #432DDA. Grayscale: #B8B8B8. Windows color (decimal): -4402651 or 2478780. OLE color: 2478780.

HSL color Cylindrical-coordinate representation of color #BCD225: hue angle of 67.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD225 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 37 -
CMYK 0.10 0 0.82 0.18
HSL 67.63º 0.7% 0.48% -
HSV(B) 67.63º 0.82% 0.82% -
XYZ 44.12 56.92 10.41 -
YUV 183.7 45.21 131.07 -
System Red Green Blue C M Y K H S L
Decimal 188 210 37 0.10 0 0.82 0.18 67.63 0.7 0.48
Hex BC D2 25 A 0 52 12 44 46 30
Octal 274 322 45 12 0 122 22 104 106 60
Binary 10111100 11010010 100101 1010 0 1010010 10010 1000100 1000110 110000

Color Harmonies of #BCD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD225

Black with #BCD225

Text Example


Text Example

White with #BCD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD225; }

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

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

background-color css

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

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

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

border-color css

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

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

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