Html Css Color HEX #BCCD35 Fuego

📋 copy color: '#BCCD35'

red 188 ◦ green 205 ◦ blue 53

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

Shades of Fuego #BCCD35

Tints of Fuego #BCCD35

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

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

R = 42.15%
G = 45.96%
B = 11.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#BCCD35 (or 0xBCCD35) is known color: Fuego. HEX triplet: BC, CD and 35. RGB value is (188,205,53). Sum of RGB (Red+Green+Blue) = 188+205+53=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD35 is #4332CA. Grayscale: #B7B7B7. Windows color (decimal): -4403915 or 3526076. OLE color: 3526076.

HSL color Cylindrical-coordinate representation of color #BCCD35: hue angle of 66.71º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCCD35 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 53 -
CMYK 0.08 0 0.74 0.20
HSL 66.71º 0.6% 0.51% -
HSV(B) 66.71º 0.74% 0.8% -
XYZ 43.21 54.61 11.63 -
YUV 182.59 54.87 131.86 -
System Red Green Blue C M Y K H S L
Decimal 188 205 53 0.08 0 0.74 0.20 66.71 0.6 0.51
Hex BC CD 35 8 0 4A 14 43 3C 33
Octal 274 315 65 10 0 112 24 103 74 63
Binary 10111100 11001101 110101 1000 0 1001010 10100 1000011 111100 110011

Color Harmonies of #BCCD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD35

Black with #BCCD35

Text Example


Text Example

White with #BCCD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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