Html Css Color HEX #BCD632 Fuego

📋 copy color: '#BCD632'

red 188 ◦ green 214 ◦ blue 50

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

Shades of Fuego #BCD632

Tints of Fuego #BCD632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 41.59%
G = 47.35%
B = 11.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BCD632 (or 0xBCD632) is known color: Fuego. HEX triplet: BC, D6 and 32. RGB value is (188,214,50). Sum of RGB (Red+Green+Blue) = 188+214+50=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD632 is #4329CD. Grayscale: #BCBCBC. Windows color (decimal): -4401614 or 3331772. OLE color: 3331772.

HSL color Cylindrical-coordinate representation of color #BCD632: hue angle of 69.51º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCD632 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 50 -
CMYK 0.12 0 0.77 0.16
HSL 69.51º 0.67% 0.52% -
HSV(B) 69.51º 0.77% 0.84% -
XYZ 45.36 59.01 12.02 -
YUV 187.53 50.39 128.34 -
System Red Green Blue C M Y K H S L
Decimal 188 214 50 0.12 0 0.77 0.16 69.51 0.67 0.52
Hex BC D6 32 C 0 4D 10 46 43 34
Octal 274 326 62 14 0 115 20 106 103 64
Binary 10111100 11010110 110010 1100 0 1001101 10000 1000110 1000011 110100

Color Harmonies of #BCD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD632

Black with #BCD632

Text Example


Text Example

White with #BCD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD632; }

 p { color: rgb(188,214,50); }

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

background-color css

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

 a { background-color: rgb(188,214,50); }

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

border-color css

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

 span { border-color: rgb(188,214,50); }

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