Html Css Color HEX #BCD230 Fuego

📋 copy color: '#BCD230'

red 188 ◦ green 210 ◦ blue 48

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

Shades of Fuego #BCD230

Tints of Fuego #BCD230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.76%

R = 42.15%
G = 47.09%
B = 10.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BCD230 (or 0xBCD230) is known color: Fuego. HEX triplet: BC, D2 and 30. RGB value is (188,210,48). Sum of RGB (Red+Green+Blue) = 188+210+48=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD230 is #432DCF. Grayscale: #B9B9B9. Windows color (decimal): -4402640 or 3199676. OLE color: 3199676.

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

Color convert

RGB 188 210 48 -
CMYK 0.10 0 0.77 0.18
HSL 68.15º 0.64% 0.51% -
HSV(B) 68.15º 0.77% 0.82% -
XYZ 44.32 57 11.46 -
YUV 184.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 188 210 48 0.10 0 0.77 0.18 68.15 0.64 0.51
Hex BC D2 30 A 0 4D 12 44 40 33
Octal 274 322 60 12 0 115 22 104 100 63
Binary 10111100 11010010 110000 1010 0 1001101 10010 1000100 1000000 110011

Color Harmonies of #BCD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD230

Black with #BCD230

Text Example


Text Example

White with #BCD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD230; }

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

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

background-color css

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

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

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

border-color css

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

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

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