Html Css Color HEX #BCD235 Fuego

📋 copy color: '#BCD235'

red 188 ◦ green 210 ◦ blue 53

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

Shades of Fuego #BCD235

Tints of Fuego #BCD235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.56%

 BLUE value IS 53 (21.09% from 255) = 11.75%

R = 41.69%
G = 46.56%
B = 11.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#BCD235 (or 0xBCD235) is known color: Fuego. HEX triplet: BC, D2 and 35. RGB value is (188,210,53). Sum of RGB (Red+Green+Blue) = 188+210+53=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD235 is #432DCA. Grayscale: #BABABA. Windows color (decimal): -4402635 or 3527356. OLE color: 3527356.

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

Color convert

RGB 188 210 53 -
CMYK 0.10 0 0.75 0.18
HSL 68.41º 0.64% 0.52% -
HSV(B) 68.41º 0.75% 0.82% -
XYZ 44.43 57.04 12.04 -
YUV 185.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 188 210 53 0.10 0 0.75 0.18 68.41 0.64 0.52
Hex BC D2 35 A 0 4B 12 44 40 34
Octal 274 322 65 12 0 113 22 104 100 64
Binary 10111100 11010010 110101 1010 0 1001011 10010 1000100 1000000 110100

Color Harmonies of #BCD235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD235

Black with #BCD235

Text Example


Text Example

White with #BCD235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD235; }

 p { color: rgb(188,210,53); }

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

background-color css

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

 a { background-color: rgb(188,210,53); }

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

border-color css

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

 span { border-color: rgb(188,210,53); }

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