Html Css Color HEX #BCCE35 Fuego

📋 copy color: '#BCCE35'

red 188 ◦ green 206 ◦ blue 53

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

Shades of Fuego #BCCE35

Tints of Fuego #BCCE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.86%

R = 42.06%
G = 46.09%
B = 11.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#BCCE35 (or 0xBCCE35) is known color: Fuego. HEX triplet: BC, CE and 35. RGB value is (188,206,53). Sum of RGB (Red+Green+Blue) = 188+206+53=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE35 is #4331CA. Grayscale: #B7B7B7. Windows color (decimal): -4403659 or 3526332. OLE color: 3526332.

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

Color convert

RGB 188 206 53 -
CMYK 0.09 0 0.74 0.19
HSL 67.06º 0.61% 0.51% -
HSV(B) 67.06º 0.74% 0.81% -
XYZ 43.45 55.09 11.71 -
YUV 183.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 188 206 53 0.09 0 0.74 0.19 67.06 0.61 0.51
Hex BC CE 35 9 0 4A 13 43 3D 33
Octal 274 316 65 11 0 112 23 103 75 63
Binary 10111100 11001110 110101 1001 0 1001010 10011 1000011 111101 110011

Color Harmonies of #BCCE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE35

Black with #BCCE35

Text Example


Text Example

White with #BCCE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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