Html Css Color HEX #BCCD38 Fuego

📋 copy color: '#BCCD38'

red 188 ◦ green 205 ◦ blue 56

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

Shades of Fuego #BCCD38

Tints of Fuego #BCCD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.47%

R = 41.87%
G = 45.66%
B = 12.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#BCCD38 (or 0xBCCD38) is known color: Fuego. HEX triplet: BC, CD and 38. RGB value is (188,205,56). Sum of RGB (Red+Green+Blue) = 188+205+56=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD38 is #4332C7. Grayscale: #B7B7B7. Windows color (decimal): -4403912 or 3722684. OLE color: 3722684.

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

Color convert

RGB 188 205 56 -
CMYK 0.08 0 0.73 0.20
HSL 66.85º 0.6% 0.51% -
HSV(B) 66.85º 0.73% 0.8% -
XYZ 43.28 54.64 12.01 -
YUV 182.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 188 205 56 0.08 0 0.73 0.20 66.85 0.6 0.51
Hex BC CD 38 8 0 49 14 43 3C 33
Octal 274 315 70 10 0 111 24 103 74 63
Binary 10111100 11001101 111000 1000 0 1001001 10100 1000011 111100 110011

Color Harmonies of #BCCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD38

Black with #BCCD38

Text Example


Text Example

White with #BCCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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