Html Css Color HEX #BCD023 Fuego

📋 copy color: '#BCD023'

red 188 ◦ green 208 ◦ blue 35

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

Shades of Fuego #BCD023

Tints of Fuego #BCD023

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

 BLUE value IS 35 (14.06% from 255) = 8.12%

R = 43.62%
G = 48.26%
B = 8.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#BCD023 (or 0xBCD023) is known color: Fuego. HEX triplet: BC, D0 and 23. RGB value is (188,208,35). Sum of RGB (Red+Green+Blue) = 188+208+35=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD023 is #432FDC. Grayscale: #B6B6B6. Windows color (decimal): -4403165 or 2347196. OLE color: 2347196.

HSL color Cylindrical-coordinate representation of color #BCD023: hue angle of 66.94º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCD023 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 35 -
CMYK 0.10 0 0.83 0.18
HSL 66.94º 0.71% 0.48% -
HSV(B) 66.94º 0.83% 0.82% -
XYZ 43.6 55.92 10.09 -
YUV 182.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 188 208 35 0.10 0 0.83 0.18 66.94 0.71 0.48
Hex BC D0 23 A 0 53 12 43 47 30
Octal 274 320 43 12 0 123 22 103 107 60
Binary 10111100 11010000 100011 1010 0 1010011 10010 1000011 1000111 110000

Color Harmonies of #BCD023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD023

Black with #BCD023

Text Example


Text Example

White with #BCD023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD023; }

 p { color: rgb(188,208,35); }

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

background-color css

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

 a { background-color: rgb(188,208,35); }

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

border-color css

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

 span { border-color: rgb(188,208,35); }

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