Html Css Color HEX #BCC738 Fuego

📋 copy color: '#BCC738'

red 188 ◦ green 199 ◦ blue 56

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

Shades of Fuego #BCC738

Tints of Fuego #BCC738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

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

R = 42.44%
G = 44.92%
B = 12.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#BCC738 (or 0xBCC738) is known color: Fuego. HEX triplet: BC, C7 and 38. RGB value is (188,199,56). Sum of RGB (Red+Green+Blue) = 188+199+56=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC738 is #4338C7. Grayscale: #B3B3B3. Windows color (decimal): -4405448 or 3721148. OLE color: 3721148.

HSL color Cylindrical-coordinate representation of color #BCC738: hue angle of 64.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC738 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 56 -
CMYK 0.06 0 0.72 0.22
HSL 64.62º 0.56% 0.5% -
HSV(B) 64.62º 0.72% 0.78% -
XYZ 41.88 51.82 11.54 -
YUV 179.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 188 199 56 0.06 0 0.72 0.22 64.62 0.56 0.5
Hex BC C7 38 6 0 48 16 41 38 32
Octal 274 307 70 6 0 110 26 101 70 62
Binary 10111100 11000111 111000 110 0 1001000 10110 1000001 111000 110010

Color Harmonies of #BCC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC738

Black with #BCC738

Text Example


Text Example

White with #BCC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC738; }

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

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

background-color css

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

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

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

border-color css

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

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

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