Html Css Color HEX #BCD435 Fuego

📋 copy color: '#BCD435'

red 188 ◦ green 212 ◦ blue 53

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

Shades of Fuego #BCD435

Tints of Fuego #BCD435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.8%

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

R = 41.5%
G = 46.8%
B = 11.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#BCD435 (or 0xBCD435) is known color: Fuego. HEX triplet: BC, D4 and 35. RGB value is (188,212,53). Sum of RGB (Red+Green+Blue) = 188+212+53=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD435 is #432BCA. Grayscale: #BBBBBB. Windows color (decimal): -4402123 or 3527868. OLE color: 3527868.

HSL color Cylindrical-coordinate representation of color #BCD435: hue angle of 69.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD435 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 53 -
CMYK 0.11 0 0.75 0.17
HSL 69.06º 0.65% 0.52% -
HSV(B) 69.06º 0.75% 0.83% -
XYZ 44.93 58.04 12.2 -
YUV 186.7 52.55 128.93 -
System Red Green Blue C M Y K H S L
Decimal 188 212 53 0.11 0 0.75 0.17 69.06 0.65 0.52
Hex BC D4 35 B 0 4B 11 45 41 34
Octal 274 324 65 13 0 113 21 105 101 64
Binary 10111100 11010100 110101 1011 0 1001011 10001 1000101 1000001 110100

Color Harmonies of #BCD435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD435

Black with #BCD435

Text Example


Text Example

White with #BCD435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD435; }

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

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

background-color css

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

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

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

border-color css

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

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

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