Html Css Color HEX #BCD422 Fuego

📋 copy color: '#BCD422'

red 188 ◦ green 212 ◦ blue 34

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

Shades of Fuego #BCD422

Tints of Fuego #BCD422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 43.32%
G = 48.85%
B = 7.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#BCD422 (or 0xBCD422) is known color: Fuego. HEX triplet: BC, D4 and 22. RGB value is (188,212,34). Sum of RGB (Red+Green+Blue) = 188+212+34=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD422 is #432BDD. Grayscale: #B9B9B9. Windows color (decimal): -4402142 or 2282684. OLE color: 2282684.

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

Color convert

RGB 188 212 34 -
CMYK 0.11 0 0.84 0.17
HSL 68.09º 0.72% 0.48% -
HSV(B) 68.09º 0.84% 0.83% -
XYZ 44.57 57.89 10.34 -
YUV 184.53 43.05 130.47 -
System Red Green Blue C M Y K H S L
Decimal 188 212 34 0.11 0 0.84 0.17 68.09 0.72 0.48
Hex BC D4 22 B 0 54 11 44 48 30
Octal 274 324 42 13 0 124 21 104 110 60
Binary 10111100 11010100 100010 1011 0 1010100 10001 1000100 1001000 110000

Color Harmonies of #BCD422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD422

Black with #BCD422

Text Example


Text Example

White with #BCD422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD422; }

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

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

background-color css

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

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

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

border-color css

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

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

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