Html Css Color HEX #BCCD3B Fuego

📋 copy color: '#BCCD3B'

red 188 ◦ green 205 ◦ blue 59

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

Shades of Fuego #BCCD3B

Tints of Fuego #BCCD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.05%

R = 41.59%
G = 45.35%
B = 13.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#BCCD3B (or 0xBCCD3B) is known color: Fuego. HEX triplet: BC, CD and 3B. RGB value is (188,205,59). Sum of RGB (Red+Green+Blue) = 188+205+59=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD3B is #4332C4. Grayscale: #B7B7B7. Windows color (decimal): -4403909 or 3919292. OLE color: 3919292.

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

Color convert

RGB 188 205 59 -
CMYK 0.08 0 0.71 0.20
HSL 66.99º 0.59% 0.52% -
HSV(B) 66.99º 0.71% 0.8% -
XYZ 43.36 54.67 12.4 -
YUV 183.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 188 205 59 0.08 0 0.71 0.20 66.99 0.59 0.52
Hex BC CD 3B 8 0 47 14 43 3B 34
Octal 274 315 73 10 0 107 24 103 73 64
Binary 10111100 11001101 111011 1000 0 1000111 10100 1000011 111011 110100

Color Harmonies of #BCCD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD3B

Black with #BCCD3B

Text Example


Text Example

White with #BCCD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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