Html Css Color HEX #BCCE2D Fuego

📋 copy color: '#BCCE2D'

red 188 ◦ green 206 ◦ blue 45

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

Shades of Fuego #BCCE2D

Tints of Fuego #BCCE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.92%

 BLUE value IS 45 (17.97% from 255) = 10.25%

R = 42.82%
G = 46.92%
B = 10.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#BCCE2D (or 0xBCCE2D) is known color: Fuego. HEX triplet: BC, CE and 2D. RGB value is (188,206,45). Sum of RGB (Red+Green+Blue) = 188+206+45=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE2D is #4331D2. Grayscale: #B6B6B6. Windows color (decimal): -4403667 or 3002044. OLE color: 3002044.

HSL color Cylindrical-coordinate representation of color #BCCE2D: hue angle of 66.71º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCE2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 45 -
CMYK 0.09 0 0.78 0.19
HSL 66.71º 0.64% 0.49% -
HSV(B) 66.71º 0.78% 0.81% -
XYZ 43.28 55.02 10.82 -
YUV 182.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 188 206 45 0.09 0 0.78 0.19 66.71 0.64 0.49
Hex BC CE 2D 9 0 4E 13 43 40 31
Octal 274 316 55 11 0 116 23 103 100 61
Binary 10111100 11001110 101101 1001 0 1001110 10011 1000011 1000000 110001

Color Harmonies of #BCCE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE2D

Black with #BCCE2D

Text Example


Text Example

White with #BCCE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE2D; }

 p { color: rgb(188,206,45); }

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

background-color css

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

 a { background-color: rgb(188,206,45); }

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

border-color css

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

 span { border-color: rgb(188,206,45); }

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